This is an archive of the discontinued LLVM Phabricator instance.

[InlineSpiller] Clean-up isSpillCandBB
ClosedPublic

Authored by skatkov on Apr 20 2021, 10:38 PM.

Details

Summary

This is mostly NFC except that for end of BB not previous slot is used.
Idx is used to find a def of sibling live interval in that slot.
The def on end of MBB and previous slot of end MBB should be the same,
so it should be NFC.

Diff Detail

Event Timeline

skatkov created this revision.Apr 20 2021, 10:38 PM
skatkov requested review of this revision.Apr 20 2021, 10:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 20 2021, 10:38 PM
rnk accepted this revision.Apr 21 2021, 3:22 PM

lgtm

This revision is now accepted and ready to land.Apr 21 2021, 3:22 PM
This revision was automatically updated to reflect the committed changes.