llvm-6502/lib/Transforms
David Majnemer e234f93b3e InstCombine: Fold ((A | B) & C1) ^ (B & C2) -> (A & C1) ^ B if C1^C2=-1
Adapted from a patch by Richard Smith, test-case written by me.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216157 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-21 05:14:48 +00:00
..
Hello
InstCombine InstCombine: Fold ((A | B) & C1) ^ (B & C2) -> (A & C1) ^ B if C1^C2=-1 2014-08-21 05:14:48 +00:00
Instrumentation
IPO
ObjCARC
Scalar
Utils
Vectorize [LoopVectorizer] Limit unroll factor in the presence of nested reductions. 2014-08-20 23:53:52 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile