llvm-6502/lib/Transforms
Jakob Stoklund Olesen 7ee3ca10f5 Revert remaining part of r93200: "Disable folding sext(trunc(x)) -> x"
This fixes PR5997.

These transforms were disabled because codegen couldn't deal with other
uses of trunc(x). This is now handled by the peephole pass.

This causes no regressions on x86-64.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159003 91177308-0d34-0410-b5e6-96231b3b80d8
2012-06-22 16:36:43 +00:00
..
Hello
InstCombine Revert remaining part of r93200: "Disable folding sext(trunc(x)) -> x" 2012-06-22 16:36:43 +00:00
Instrumentation
IPO fix whitespace in my last commit. 2012-06-22 00:29:58 +00:00
Scalar port the BoundsChecking patch to the new MemoryBuiltin API (i.e., remove most of the code from here). 2012-06-21 15:59:53 +00:00
Utils Fixed r158979. 2012-06-22 14:53:30 +00:00
Vectorize
CMakeLists.txt
LLVMBuild.txt
Makefile