OSDN Git Service

[InstCombine] Add test cases for missing commute handling in ((A ^ C) ^ B) & (B ...
authorCraig Topper <craig.topper@gmail.com>
Tue, 25 Apr 2017 06:47:49 +0000 (06:47 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 25 Apr 2017 06:47:49 +0000 (06:47 +0000)
commit3c9711dbf2ada8ba6653ca4f9f2f9e450aeef15c
treea2f3a44cbafec93e1e6624ea75c1509059d90ecb
parent17d26f1cbf5fdf2f45bcee5d1057c50a805c3917
[InstCombine] Add test cases for missing commute handling in ((A ^ C) ^ B) & (B ^ A) -> (B ^ A) & ~C

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301297 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/InstCombine/xor2.ll