[PATCH] D75649: [mlir] Introduce OwningFuncRef following the same pattern as OwningModuleRef
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 9 11:19:43 PDT 2020
rriddle added a comment.
Hi Tamas, thanks for the patch. ModuleOp is a bit special in that it is the top-level IR entity. What situation are you in where you can't insert the FuncOp directly on creation?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75649/new/
https://reviews.llvm.org/D75649
More information about the llvm-commits
mailing list