[PATCH] D74061: [mlir] Update generic op ebnf to include region
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 5 09:55:48 PST 2020
rriddle added a comment.
Can you also add the successor list? Full form is something like:
string-literal `(` ssa-use-list? `)` successor-list? (`(` region-list `)`)? attribute-dict? `:` function-type
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74061/new/
https://reviews.llvm.org/D74061
More information about the llvm-commits
mailing list