]> granicus.if.org Git - llvm/commit
[InstCombine] fix tests for adjusted min/max
authorSanjay Patel <spatel@rotateright.com>
Tue, 1 Nov 2016 15:48:30 +0000 (15:48 +0000)
committerSanjay Patel <spatel@rotateright.com>
Tue, 1 Nov 2016 15:48:30 +0000 (15:48 +0000)
commitcaa8396841a67f3b76db1f01de0509fc5817f36d
treeeffdf30bf20d765c755241725399998e4269ad01
parentcf8d4833fd8f14d3d4ee53bd1def8fb2b2a7b154
[InstCombine] fix tests for adjusted min/max

1. Delete identical tests
2. Rename tests to reflect actual functionality
3. Add comments
4. Add unsigned variants
5. Add vector variants with FIXME comments
6. Rename test file

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285699 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/InstCombine/adjust-for-minmax.ll [new file with mode: 0644]
test/Transforms/InstCombine/adjust-for-sminmax.ll [deleted file]