llvm-6502/lib/Transforms
David Majnemer 9808f11b09 InstCombine: Combine (X | Y) - X to (~X & Y)
This implements the transformation from (X | Y) - X to (~X & Y).

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221129 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-03 05:53:55 +00:00
..
Hello [CMake] Add LLVM_LINK_COMPONENTS to loadable modules, LLVMHello and BugpointPasses, on Win32. 2014-07-13 13:36:48 +00:00
InstCombine InstCombine: Combine (X | Y) - X to (~X & Y) 2014-11-03 05:53:55 +00:00
Instrumentation IR: MDNode => Value: Instruction::getMetadata() 2014-11-01 00:10:31 +00:00
IPO Reformat partially, where I touched for whitespace changes. 2014-10-28 11:54:52 +00:00
ObjCARC IR: MDNode => Value: Instruction::getMetadata() 2014-11-01 00:10:31 +00:00
Scalar Use ErrorOr for the ::create factory on instrumented and sample profilers. 2014-11-03 00:51:45 +00:00
Utils IR: MDNode => Value: Instruction::getAllMetadata() 2014-11-01 00:26:42 +00:00
Vectorize IR: MDNode => Value: Instruction::getMetadata() 2014-11-01 00:10:31 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile