[llvm-commits] [llvm] r126081 - in /llvm/trunk: lib/Transforms/InstCombine/InstCombineAndOrXor.cpp test/Transforms/InstCombine/or-xor.ll
Duncan Sands
baldrick at free.fr
Sun Feb 20 06:54:37 PST 2011
Hi Benjamin,
> + // A | ~(A& B) -> -1
how about moving this one to instsimplify instead?
Ciao, Duncan.
More information about the llvm-commits
mailing list