This is an archive of the discontinued LLVM Phabricator instance.

[TwoAddressInstruction] Update LiveIntervals after rewriting INSERT_SUBREG to COPY
ClosedPublic

Authored by foad on Nov 2 2021, 12:31 PM.

Details

Summary

Also add subranges to an existing live interval when introducing a new
subreg def.

Diff Detail

Event Timeline

foad created this revision.Nov 2 2021, 12:31 PM
foad requested review of this revision.Nov 2 2021, 12:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 2 2021, 12:31 PM

This is a prerequisite for D112556 and for the goal of enabling -early-live-intervals by default.

arsenm accepted this revision.Nov 10 2021, 6:03 AM
This revision is now accepted and ready to land.Nov 10 2021, 6:03 AM
This revision was landed with ongoing or failed builds.Nov 11 2021, 4:27 AM
This revision was automatically updated to reflect the committed changes.