Go to file
Chris Lattner 6ebd8674eb 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.

llvm-svn: 101350
2010-04-15 05:40:59 +00:00
clang IRgen: Change CGBitFieldInfo to take the AccessInfo as constructor arguments, it is now an immutable object. 2010-04-15 05:09:32 +00:00
compiler-rt clang/Darwin: Don't include enable_execute_stack in libcc_kext.a. 2010-03-31 22:36:07 +00:00
llvm teach codegen to turn trunc(zextload) into load when possible. 2010-04-15 05:40:59 +00:00