search for: 7f5f3dd7

Displaying 2 results from an estimated 2 matches for "7f5f3dd7".

2015 Mar 06
2
[LLVMdev] PBQP spilling
Hi, I have worked a little on the PBQP register allocator, and it is quite clear (at least to me) that it is not even a serious alternative to RegAllocGreedy at the moment, due to the poor handling of spilling. As Arnaud wrote below, it is not optimizing spilling at all, but rather just spills anything that does not get an assignment. The result is a lot more spill/reload instructions than
2015 Mar 09
2
[LLVMdev] PBQP spilling
...e emitted as a result, it seems. I wonder why this is, and > if there are any plans to improve on this point? > > /Jonas Paulsson > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150310/7f5f3dd7/attachment.html>