[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)
commit04ef115ff7e352de52b6f8fff2d3f019d20332ca
treec8b2a063e55c1e2e11bea17724efd168d85b57a3
parent5a19c0cc50160b6475c431936e250fbc1aa4a5f6
[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

llvm-svn: 285699
llvm/test/Transforms/InstCombine/adjust-for-minmax.ll [new file with mode: 0644]
llvm/test/Transforms/InstCombine/adjust-for-sminmax.ll [deleted file]