OSDN Git Service

[InstCombine] new testcases for OverflowingBinaryOperators and PossiblyExactOperators...
authorOmer Paparo Bivas <omer.paparo.bivas@intel.com>
Tue, 1 May 2018 14:27:10 +0000 (14:27 +0000)
committerOmer Paparo Bivas <omer.paparo.bivas@intel.com>
Tue, 1 May 2018 14:27:10 +0000 (14:27 +0000)
commit019918ff9b867840e8eb4b0d6c061d05a242437e
treeb0dc3dc542f3a888774a2955b4f14f7cf3812ae3
parent186779bae5c33a6e86bfd9efe3be7e12e9c10b7f
[InstCombine] new testcases for OverflowingBinaryOperators and PossiblyExactOperators transformations; NFC

instcombine should transform the relevant cases if the OverflowingBinaryOperator/PossiblyExactOperator can be proven to be safe.

Change-Id: I7aec62a31a894e465e00eb06aed80c3ea0c9dd45

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@331265 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/InstCombine/select-obo-peo-ops.ll [new file with mode: 0644]