llvm-6502/lib/Transforms
Chris Lattner c5e7ea49eb Generalize the code that handles (A&B)|(A&C) to work where B/C are not constants.
Add a new xform to simplify (A&B)|(~A&C).  THis implements InstCombine/or2.ll:test1


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35760 91177308-0d34-0410-b5e6-96231b3b80d8
2007-04-08 07:47:01 +00:00
..
Hello
Instrumentation remove reoptimizer-specific passes 2007-02-20 05:31:49 +00:00
IPO implement a fixme: move optimizations for fwrite out of fputs into a new 2007-04-08 07:00:35 +00:00
Scalar Generalize the code that handles (A&B)|(A&C) to work where B/C are not constants. 2007-04-08 07:47:01 +00:00
Utils Remove DominatorSet usage from LoopSimplify. Patch from Owen Anderson. 2007-04-08 01:04:30 +00:00
Makefile For PR1072: 2007-02-03 23:15:56 +00:00