[llvm-dev] Live range priority in Greedy RA
Dangeti Tharun kumar via llvm-dev
llvm-dev at lists.llvm.org
Tue Oct 30 04:51:04 PDT 2018
Hi,
In the Greedy RA, I see that the *enqueue* method adds higher priority to
the live intervals based on their sizes.
Isn't it makes sense to give priority to live intervals that start and end
in a loop? Please let me know if the code is already achieving it in some
way.
Also consider correcting me, if this approach is wrong.
--
Regards,
DTharun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181030/27a47667/attachment.html>
More information about the llvm-dev
mailing list