Chris Lattner cd5adbbc0c my instcombine transformations to make extension elimination more
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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93787 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-18 22:19:16 +00:00
..
2010-01-16 13:38:07 +00:00
2010-01-18 21:38:44 +00:00
2010-01-09 19:24:18 +00:00
2009-12-23 20:13:44 +00:00
2010-01-09 19:24:49 +00:00
2009-10-24 20:32:36 +00:00
2009-08-25 15:38:29 +00:00