[PATCH] Provide the register scavenger to processFunctionBeforeFrameFinalized

Hal Finkel hfinkel at anl.gov
Thu Mar 14 11:28:30 PDT 2013


Hello again,

Please review this patch which adds the current PEI register scavenger as a parameter to the processFunctionBeforeFrameFinalized callback.

This change is necessary in order to allow the PowerPC target code to set the register scavenger frame index after the save-area offset adjustments performed by processFunctionBeforeFrameFinalized. Only after these adjustments have been made is it possible to estimate the size of the stack frame. This is part of a set of improvements to the PowerPC spill-code handling.

Thanks again,
Hal

-- 
Hal Finkel
Postdoctoral Appointee
Leadership Computing Facility
Argonne National Laboratory
-------------- next part --------------
A non-text attachment was scrubbed...
Name: add_rs.patch
Type: text/x-patch
Size: 6949 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130314/7ad3d965/attachment.bin>


More information about the llvm-commits mailing list