[LLVMdev] [LLVMDev] The Basic Register allocator

Jakob Stoklund Olesen stoklund at 2pi.dk
Thu Oct 28 16:22:29 PDT 2010


On Oct 28, 2010, at 4:05 PM, Jeff Kunkel wrote:

> I was studying the basic register allocator, and I am wondering why
> "LessSpillWeightPriority" priority was used over the greater weight.

Because the front of std::priority_queue is the largest element given the ordering.






More information about the llvm-dev mailing list