Chris Lattner 6dc868581b teach codegen to turn trunc(zextload) into load when possible.
This doesn't occur much at all, it only seems to formed in the case
when the trunc optimization kicks in due to phase ordering.  In that
case it is saves a few bytes on x86-32.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101350 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-15 05:40:59 +00:00
..
2010-02-13 02:06:10 +00:00
2010-02-15 22:03:29 +00:00
2010-03-03 00:35:56 +00:00
2010-04-13 18:54:04 +00:00
2010-04-07 18:04:56 +00:00
2010-04-07 22:53:17 +00:00
2010-04-09 15:03:55 +00:00
2010-03-10 03:07:41 +00:00
2010-04-05 22:30:05 +00:00
2010-04-04 19:28:59 +00:00
2010-03-25 20:01:07 +00:00
2010-03-10 07:07:45 +00:00
2010-03-10 07:07:55 +00:00
2010-03-05 06:17:43 +00:00
2010-02-27 23:53:53 +00:00