[LLVMdev] [LLVMDev] Reg Alloc: Spiller::Spill question
Jeff Kunkel
jdkunk3 at gmail.com
Thu Jan 20 17:18:21 PST 2011
Spiller::Spill( LiveInterval *li,
SmallVectorImpl<LiveInterval*> &newIntervals,
const SmallVectorImpl<LiveInterval*> &spillIs );
has two reference vectors which contain a small list of Live Intervals. What
is the register allocator's job to do with these intervals other than
analysis. What more needed other than to know they exist?
- Thanks
- Jeff Kunkel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110120/86c62ea6/attachment.html>
More information about the llvm-dev
mailing list