llvm-6502/lib/Transforms
Chris Lattner eeba3f5695 fix rdar://8785296 - -fcatch-undefined-behavior generates inefficient code
The basic issue is that isel (very reasonably!) expects conditional branches
to be folded, so CGP leaving around a bunch dead computation feeding
conditional branches isn't such a good idea.  Just fold branches on constants
into unconditional branches.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123526 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-15 07:36:13 +00:00
..
Hello
InstCombine implement an instcombine xform that canonicalizes casts outside of and-with-constant operations. 2011-01-15 06:32:33 +00:00
Instrumentation
IPO Fix a false-positive warning. 2011-01-14 22:31:13 +00:00
Scalar fix rdar://8785296 - -fcatch-undefined-behavior generates inefficient code 2011-01-15 07:36:13 +00:00
Utils Generalize LoadAndStorePromoter a bit and switch LICM 2011-01-15 00:12:35 +00:00
Makefile