Move "A | ~(A & ?) -> -1" from InstCombine to InstructionSimplify.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sun, 20 Feb 2011 15:20:01 +0000 (15:20 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sun, 20 Feb 2011 15:20:01 +0000 (15:20 +0000)
commit38f7f66fcc6ed5e43be4d9c96c782d4eabdb7342
treee117a80e124b10e4448809d8a0aa1d7d7dee6c2c
parent91e37ef278779c3c8700bbddbb5c9d37739b1716
Move "A | ~(A & ?) -> -1" from InstCombine to InstructionSimplify.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126082 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/InstructionSimplify.cpp
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp