This is an archive of the discontinued LLVM Phabricator instance.

[MIR] Reset unique MBB numbering in MachineFunction::reset()
ClosedPublic

Authored by rtereshin on Apr 25 2018, 1:35 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

rtereshin created this revision.Apr 25 2018, 1:35 PM
rtereshin added inline comments.Apr 25 2018, 1:36 PM
test/CodeGen/MIR/AArch64/print-parse-verify-failedISel-property.mir
56 ↗(On Diff #143995)

pre-patch llc would re-number the basic block from 0 to 1 here.

rtereshin marked an inline comment as done.Apr 25 2018, 1:36 PM
qcolombet accepted this revision.Apr 27 2018, 5:08 PM
This revision is now accepted and ready to land.Apr 27 2018, 5:08 PM
This revision was automatically updated to reflect the committed changes.