llvm-6502/lib
Jakub Staszak d60b8ac64f Transform (A == C1 || A == C2) into (A & ~(C1 ^ C2)) == C1
if C1 and C2 differ only with one bit.
Fixes PR14708.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171270 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-31 00:34:55 +00:00
..
Analysis convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumulateConstantOffset(). 2012-12-30 16:25:48 +00:00
Archive
AsmParser Use the predicate methods off of AttributeSet instead of Attribute. 2012-12-30 13:50:49 +00:00
Bitcode s/Raw/getBitMask/g to be more in line with current naming conventions. This method won't be sticking around. 2012-12-30 01:05:42 +00:00
CodeGen Support ppcf128 in SelectionDAG::getConstantFP 2012-12-30 19:03:32 +00:00
DebugInfo
ExecutionEngine convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumulateConstantOffset(). 2012-12-30 16:25:48 +00:00
Linker
MC
Object
Option
Support
TableGen Update tablegen parser to allow defm names to start with #NAME. 2012-12-27 06:32:52 +00:00
Target convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumulateConstantOffset(). 2012-12-30 16:25:48 +00:00
Transforms Transform (A == C1 || A == C2) into (A & ~(C1 ^ C2)) == C1 2012-12-31 00:34:55 +00:00
VMCore Use the predicate methods off of AttributeSet instead of Attribute. 2012-12-30 13:50:49 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile