[PATCH] D100750: [Greedy RA] Take into account Last Split Point for enterIntvAtEnd

Serguei Katkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 19 03:44:06 PDT 2021


skatkov created this revision.
skatkov added reviewers: reames, rnk, void.
Herald added subscribers: pengfei, jfb, hiraditya.
skatkov requested review of this revision.
Herald added a project: LLVM.

If the use after Last Split Point is a def so it should be tied-def and
we can take the def of the tied-use as ParentVNI and thus
tied-use and tied-def will be live in resulting interval.


https://reviews.llvm.org/D100750

Files:
  llvm/lib/CodeGen/SplitKit.cpp
  llvm/test/CodeGen/X86/statepoint-invoke-ra2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100750.338469.patch
Type: text/x-patch
Size: 13251 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210419/bede97f2/attachment.bin>


More information about the llvm-commits mailing list