[Mips][AMDGPU] Update test cases to not use vector lt/gt compares that can be simplif...
authorCraig Topper <craig.topper@intel.com>
Wed, 7 Feb 2018 00:51:37 +0000 (00:51 +0000)
committerCraig Topper <craig.topper@intel.com>
Wed, 7 Feb 2018 00:51:37 +0000 (00:51 +0000)
commit6d9e090a64b0326a203b5ad99758652c23fa301b
tree7e55a3cf65c8525187caba130420980651fb0aa9
parentc84e0ee0e27e42a96dd892a880afe7731660c776
[Mips][AMDGPU] Update test cases to not use vector lt/gt compares that can be simplified to an equality/inequality or to always true/false.

For example 'ugt X, 0' can be simplified to 'ne X, 0'. Or 'uge X, 0' is always true.

We already simplify this for scalars in SimplifySetCC, but we don't currently for vectors in SimplifySetCC. D42948 proposes to change that.

llvm-svn: 324436
llvm/test/CodeGen/AArch64/arm64-neon-compare-instructions.ll
llvm/test/CodeGen/AArch64/neon-compare-instructions.ll
llvm/test/CodeGen/Mips/msa/compare.ll