[llvm-commits] [PATCH] Allow SelectionDAGBuilder to reorder loads past stores
Jakob Stoklund Olesen
stoklund at 2pi.dk
Tue Dec 20 10:44:07 PST 2011
On Dec 20, 2011, at 9:22 AM, Hal Finkel wrote:
> when I later look at the register map, only XMM0 and XMM1 are ever
> assigned to vregs, everything else is spilled. This is wrong. Do you
> have any ideas on what could be going wrong or other things I should
> examine? Could the register allocator not be accounting correctly for
> callee-saved registers when computing live-interval interference
> information?
There are no callee-saved xmm registers.
/jakob
More information about the llvm-commits
mailing list