- Jan 18, 2010
-
-
Chris Lattner authored
aggressive changed the canonical form from sext(trunc(x)) to ashr(lshr(x)), make sure to transform a couple more things into that canonical form, and catch a case where we missed turning zext/shl/ashr into a single sext. llvm-svn: 93787
-
- Jan 10, 2010
-
-
Chris Lattner authored
lshr+ashr instead of trunc+sext. We want to avoid type conversions whenever possible, it is easier to codegen expressions without truncates and extensions. llvm-svn: 93107
-
Chris Lattner authored
llvm-svn: 93106
-
- Jan 08, 2010
-
-
Chris Lattner authored
the input is already sign extended. llvm-svn: 93019
-
- Jan 05, 2010
-
-
Chris Lattner authored
llvm-svn: 92709
-