llvm-6502/lib/Transforms
David Majnemer fb1cd69b90 Simplify (A & ~B) in icmp if A is a power of 2
The transform will execute like so:
(A & ~B) == 0 --> (A & B) != 0
(A & ~B) != 0 --> (A & B) == 0


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179386 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-12 17:25:07 +00:00
..
Hello
InstCombine Simplify (A & ~B) in icmp if A is a power of 2 2013-04-12 17:25:07 +00:00
Instrumentation [ASan] Allow disabling init-order checks for globals by source file name. 2013-04-11 13:20:00 +00:00
IPO
ObjCARC
Scalar
Utils
Vectorize LoopVectorizer: integer division is not a reduction operation 2013-04-12 15:15:19 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile