This is an archive of the discontinued LLVM Phabricator instance.

[Greedy RA] Take into account Last Split Point for enterIntvAtEnd
ClosedPublic

Authored by skatkov on Apr 19 2021, 3:44 AM.

Details

Summary

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.

Diff Detail