[LLVMdev] RFC: Convergent attribute

Owen Anderson resistor at mac.com
Thu May 14 12:43:58 PDT 2015


> On May 14, 2015, at 10:46 AM, Pete Cooper <peter_cooper at apple.com> wrote:
> 
> If R600 already has a regalloc solution to this problem, shouldn’t we see if this proposal will remove the need for SIFixSGPRLiveRanges.cpp before we start committing anything?


SIFixSGPRLiveRanges solves a related but not equivalent problem.  If you read the block comment at the top of the file, SI would require live range fixups on the example used here even if the code motion were prevented by a convergent attribute.


—Owen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150514/69d1097e/attachment.html>


More information about the llvm-dev mailing list