[PATCH] D74783: [mlir][ODS] Add support for specifying the successors of an operation.
Uday Bondhugula via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 21 19:03:05 PST 2020
bondhugula added inline comments.
================
Comment at: mlir/include/mlir/Dialect/StandardOps/IR/Ops.td:235
- let arguments = (ins Variadic<AnyType>:$operands);
+ let successors = (successor AnySuccessor:$dest);
----------------
Where did 'arguments' disappear here? (i.e., where are the operands associated with successors?) I don't see the documentation being updated on this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74783/new/
https://reviews.llvm.org/D74783
More information about the llvm-commits
mailing list