Daniel Graham
2012-Apr-23 16:40 UTC
[LLVMdev] Attempting to Calculate the number of spills
I would like to calculate the number of spill that are inserted into the code does anyone know where I should start. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120423/384c939f/attachment.html>
Andrew Stanford-Jason
2012-Apr-24 14:31 UTC
[LLVMdev] Attempting to Calculate the number of spills
On 04/23/12 17:40, Daniel Graham wrote:> I would like to calculate the number of spill that are inserted into > the code does anyone know where I should start. > > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdevStart with passing -stats and look for: 3 regalloc - Number of spills inserted 2 regalloc - Number of splits finished Is that what you want? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120424/cb768b83/attachment.html>
Apparently Analagous Threads
- [LLVMdev] Double spills with Greedy regalloc
- [LLVMdev] Poor register allocation (constants causing spilling)
- [LLVMdev] Double spills with Greedy regalloc
- [LLVMdev] Register Allocation, Spill Weight calculation
- [LLVMdev] Spills and values present in both registers & stack