[PATCH] D74783: [mlir][ODS] Add support for specifying the successors of an operation.
Lei Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 21 12:31:28 PST 2020
antiagainst accepted this revision.
antiagainst added a comment.
Cool! Thanks River for adding this! Can we also update the doc ?
================
Comment at: mlir/include/mlir/TableGen/Operator.h:212
+ // The successors of this op.
+ SmallVector<NamedSuccessor, 1> successors;
+
----------------
I've default to 0. I think typically ops don't have successors anyway.
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