"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "cb236f7de929882e981af2ae2496a20b8a57cc68"
-
Jakob Stoklund Olesen authored
use before rematerializing the load. This allows us to produce: addps LCPI0_1(%rip), %xmm2 Instead of: movaps LCPI0_1(%rip), %xmm3 addps %xmm3, %xmm2 Saving a register and an instruction. The standard spiller already knows how to do this. llvm-svn: 122133
3b2966dc
Loading