I am wondering which pass is responsible for laying out the basic blocks in an order advantageous for live intervals? - Thanks - Jeff Kunkel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110120/11256b1f/attachment.html>
On Jan 20, 2011, at 9:43 AM, Jeff Kunkel wrote:> I am wondering which pass is responsible for laying out the basic blocks in an order advantageous for live intervals?I don't think any passes are trying to do block layout until after register allocation. /jakob
Apparently Analagous Threads
- [LLVMdev] [LLVMDev] Live Intervals and Finding the next usage
- [LLVMdev] [LLVMDev] Live Intervals and Finding the next usage
- [LLVMdev] [LLVMDev] Reg Alloc: Spiller::Spill question
- [LLVMdev] [LLVMDev] The Basic Register allocator
- [LLVMdev] [LLVMDev] Live Intervals and Finding the next usage