hanchenye-llvm-project/llvm/test/CodeGen
Jakob Stoklund Olesen ae044c06bf Pick a conservative register class when creating a small live range for remat.
The rematerialized instruction may require a more constrained register class
than the register being spilled. In the test case, the spilled register has been
inflated to the DPR register class, but we are rematerializing a load of the
ssub_0 sub-register which only exists for DPR_VFP2 registers.

The register class is reinflated after spilling, so the conservative choice is
only temporary.

llvm-svn: 128610
2011-03-31 03:54:44 +00:00
..
ARM Pick a conservative register class when creating a small live range for remat. 2011-03-31 03:54:44 +00:00
Alpha
Blackfin Be nice to Xcore and the XMOS assembler and avoid quoting section names 2011-03-04 20:03:14 +00:00
CBackend
CPP
CellSPU Roll r127459 back in: 2011-03-11 21:52:04 +00:00
Generic Make this test x86 specific because the ARM backend can't handle it. 2011-02-28 12:30:47 +00:00
MBlaze fix visitShift to properly zero extend the shift amount if the provided operand 2011-02-13 09:02:52 +00:00
MSP430 Enhance ComputeMaskedBits to know that aligned frameindexes 2011-02-13 22:25:43 +00:00
Mips Revert "Re-enable test and hope to silence the buildbots", still broken. 2011-03-09 22:48:46 +00:00
PTX ptx: add analyze/insert/remove branch 2011-03-22 14:12:00 +00:00
PowerPC Fix mistyped CHECK lines. 2011-03-09 22:07:31 +00:00
SPARC Generate correct Sparc32 ABI compliant code for functions that return a struct. 2011-02-21 03:42:44 +00:00
SystemZ
Thumb Roll r127459 back in: 2011-03-11 21:52:04 +00:00
Thumb2 Fix the bfi handling for or (and a mask) (and b mask). We need the two 2011-03-26 01:21:03 +00:00
X86 Don't try to create zero-sized stack objects. 2011-03-30 23:44:13 +00:00
XCore Add XCore intrinsic for setpsc. 2011-03-17 18:42:05 +00:00