This is an archive of the discontinued LLVM Phabricator instance.

[mlir][DeclarativeParser] Add support for formatting the successors of an operation.
ClosedPublic

Authored by rriddle on Feb 18 2020, 12:52 PM.

Details

Summary

This revision add support for formatting successor variables in a similar way to operands, attributes, etc.

Depends On D74783

Diff Detail

Event Timeline

rriddle created this revision.Feb 18 2020, 12:52 PM
antiagainst accepted this revision.Feb 21 2020, 12:41 PM

Nice!

mlir/docs/OpDefinitions.md
647–648

Can we also mention successor here now? Explicitly listing the full list can be quite useful for users unfamiliar with it.

This revision is now accepted and ready to land.Feb 21 2020, 12:41 PM
rriddle updated this revision to Diff 245975.Feb 21 2020, 1:12 PM
rriddle marked an inline comment as done.

Resolve comments

This revision was automatically updated to reflect the committed changes.