llvm-6502/lib
David Majnemer 923556f8a8 Added InstCombine Transform for ((B | C) & A) | B -> B | (A & C)
Transform ((B | C) & A) | B --> B | (A & C)

Z3 Link: http://rise4fun.com/Z3/hP6p

Patch by Sonam Kumari!

Differential Revision: http://reviews.llvm.org/D4865

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215619 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-14 06:41:38 +00:00
..
Analysis
AsmParser Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
Bitcode Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
CodeGen [SDAG] Fix a case where we would iteratively legalize a node during 2014-08-14 01:07:37 +00:00
DebugInfo Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
ExecutionEngine [MCJIT] Support DisableSymbolSearching and InstallLazyFunctionCreator in MCJIT. 2014-08-14 02:38:20 +00:00
IR Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
IRReader
LineEditor
Linker
LTO
MC MC: AsmLexer: handle multi-character CommentStrings correctly 2014-08-14 02:51:43 +00:00
Object Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
Option
ProfileData Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
Support Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
TableGen Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
Target [X86] Fix the value of the low mask for the lowering of MUL_LOHI for v4i32. 2014-08-13 23:49:24 +00:00
Transforms Added InstCombine Transform for ((B | C) & A) | B -> B | (A & C) 2014-08-14 06:41:38 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile