This is an archive of the discontinued LLVM Phabricator instance.

[MachineBasicBlock] Fix update of live intervals in splitAt
AbandonedPublic

Authored by critson on Nov 9 2020, 3:02 AM.

Details

Reviewers
arsenm
MaskRay
Summary

In splitAt the wrong insertion point is passed to insertMBBInMaps.

Diff Detail

Event Timeline

critson created this revision.Nov 9 2020, 3:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 9 2020, 3:02 AM
critson requested review of this revision.Nov 9 2020, 3:02 AM
arsenm accepted this revision.Nov 9 2020, 10:53 AM

Any test?

This revision is now accepted and ready to land.Nov 9 2020, 10:53 AM
critson updated this revision to Diff 304027.Nov 9 2020, 7:12 PM
  • Add tests, but these depend on D91066
arsenm accepted this revision.Nov 10 2020, 7:49 AM
arsenm accepted this revision.Jan 8 2021, 6:12 AM
critson abandoned this revision.Jan 11 2021, 5:59 PM

Superseded by D94311.