This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Only number the parent operation in Block::printAsOperand
ClosedPublic

Authored by rriddle on Apr 5 2020, 12:16 PM.

Details

Summary

Blocks are numbered locally within a region, so numbering above the parent region is unnecessary.

Diff Detail

Event Timeline

rriddle created this revision.Apr 5 2020, 12:16 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 5 2020, 12:16 PM
mehdi_amini accepted this revision.Apr 5 2020, 4:12 PM
This revision is now accepted and ready to land.Apr 5 2020, 4:12 PM
This revision was automatically updated to reflect the committed changes.