[PATCH] D74789: [mlir][DeclarativeParser] Add support for formatting the successors of an operation.
Lei Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 21 12:46:12 PST 2020
antiagainst accepted this revision.
antiagainst added a comment.
This revision is now accepted and ready to land.
Nice!
================
Comment at: mlir/docs/OpDefinitions.md:630
A variable is an entity that has been registered on the operation itself, i.e.
an argument(attribute or operand), result, etc. In the `CallOp` example above,
the variables would be `$callee` and `$args`.
----------------
Can we also mention successor here now? Explicitly listing the full list can be quite useful for users unfamiliar with it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74789/new/
https://reviews.llvm.org/D74789
More information about the llvm-commits
mailing list