"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "f83df1f1cb59a349060ef83857c425235c0ba670"
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
Loading
Please register or sign in to comment