Chris Lattner 2255887574 Fold (sext (truncate x)) more aggressively, by avoiding creation of a
sextinreg if not needed.   This is useful in two cases: before legalize,
it avoids creating a sextinreg that will be trivially removed.  After legalize
if the target doesn't support sextinreg, the trunc/sext would not have been
removed before.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34621 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-26 03:13:59 +00:00
..
2007-02-21 22:48:45 +00:00
2007-02-22 16:39:03 +00:00
2007-02-22 18:51:19 +00:00
2007-02-22 16:22:15 +00:00
2007-02-15 02:26:10 +00:00
2006-11-16 20:11:33 +00:00
2007-02-25 09:47:31 +00:00
2007-02-01 05:32:05 +00:00