This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Don't print `// no predecessors` on entry blocks
ClosedPublic

Authored by rriddle on Jan 19 2022, 12:22 PM.

Details

Summary

Entry blocks can never have predecessors, so this is unnecessary.

Fixes #53287

Diff Detail

Event Timeline

rriddle created this revision.Jan 19 2022, 12:22 PM
rriddle requested review of this revision.Jan 19 2022, 12:22 PM
mehdi_amini accepted this revision.Jan 19 2022, 1:34 PM
This revision is now accepted and ready to land.Jan 19 2022, 1:34 PM
This revision was automatically updated to reflect the committed changes.