Daniel Graham
2012-Mar-15 18:32 UTC
[LLVMdev] Register Allocation, Spill Weight calculation
To Who it may concern, I would like to edit the how the spill weight are calculated for the greedy algorithm. Does anyone know where I could start. V/R Daniel Graham -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120315/0a46a181/attachment.html>
Jakob Stoklund Olesen
2012-Mar-15 21:33 UTC
[LLVMdev] Register Allocation, Spill Weight calculation
On Mar 15, 2012, at 11:32 AM, Daniel Graham <dggraham at email.wm.edu> wrote:> To Who it may concern, > I would like to edit the how the spill weight are calculated for the greedy algorithm. Does anyone know where I could start.CalcSpillWeights.cpp ;-) /jakob
Maybe Matching Threads
- [LLVMdev] Poor register allocation (constants causing spilling)
- How to get Greedy RA to not spill results of trivially rematerializable instructions
- How to get Greedy RA to not spill results of trivially rematerializable instructions
- tool options to generate spill code
- How to get Greedy RA to not spill results of trivially rematerializable instructions