[PATCH] D14223: Do (A == C1 || A == C2) -> (A & ~(C1 ^ C2)) == C1 rather than (A == C1 || A == C2) -> (A | (C1 ^ C2)) == C2 when C1 ^ C2 is a power of 2.
Chad Rosier via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 3 12:54:06 PST 2015
mcrosier added a subscriber: mcrosier.
mcrosier closed this revision.
mcrosier added a comment.
Committed in r254518.
http://reviews.llvm.org/D14223
More information about the llvm-commits
mailing list