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. llvm-svn: 159003
Loading
Please sign in to comment