summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2018-02-07 00:51:37 +0000
committerCraig Topper <craig.topper@intel.com>2018-02-07 00:51:37 +0000
commit6d9e090a64b0326a203b5ad99758652c23fa301b (patch)
tree7e55a3cf65c8525187caba130420980651fb0aa9 /clang/lib/CodeGen/CodeGenModule.cpp
parentc84e0ee0e27e42a96dd892a880afe7731660c776 (diff)
downloadbcm5719-llvm-6d9e090a64b0326a203b5ad99758652c23fa301b.tar.gz
bcm5719-llvm-6d9e090a64b0326a203b5ad99758652c23fa301b.zip
[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
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud