llvm-6502/lib/Transforms
Chad Rosier c1fc5e4464 Add instcombine patterns for the following transformations:
(x & y) | (x ^ y) -> x | y 
 (x & y) + (x ^ y) -> x | y 

Patch by Manman Ren.
rdar://10770603


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155674 91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-26 23:29:14 +00:00
..
Hello
InstCombine Add instcombine patterns for the following transformations: 2012-04-26 23:29:14 +00:00
Instrumentation Fix issue 67 by checking that the interface functions weren't redefined in the compiled source file. 2012-04-23 10:47:31 +00:00
IPO Add a Fixme. 2012-04-16 04:23:52 +00:00
Scalar Teach the reassociate pass to fold chains of multiplies with repeated 2012-04-26 05:30:30 +00:00
Utils Fix 12513: Loop unrolling breaks with indirect branches. 2012-04-10 05:14:42 +00:00
Vectorize Fix style violation in BBVectorize (pointed out by Bill Wendling) 2012-04-16 12:39:17 +00:00
CMakeLists.txt Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00
LLVMBuild.txt Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00
Makefile Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00