Dan Gohman 74fa421281 Re-enable elimination of unnecessary SUBREG_TO_REG instructions in
LowerSubregs, and fix an x86-64 isel bug that this exposed.

SUBREG_TO_REG for x86-64 implicit zero extension is only safe for
isel to generate when the source is known to always have zeros in
the high 32 bits. The EXTRACT_SUBREG instruction does not clear
the high 32 bits.

llvm-svn: 54444
2008-08-07 02:54:50 +00:00
..
2008-06-16 04:25:39 +00:00
2008-07-08 10:11:36 +00:00
2008-06-27 14:22:20 +00:00
2008-07-28 18:41:03 +00:00