[PATCH] D75837: [MLIR] Introduce scf.execute_region op
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 21 12:35:33 PDT 2021
mehdi_amini added inline comments.
================
Comment at: mlir/include/mlir/Dialect/SCF/SCFOps.td:114
+ // inline.
+ let hasCanonicalizer = 0;
+
----------------
Seems like a canonicalization could be that it would return an SSA value defined in the enclosing region.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75837/new/
https://reviews.llvm.org/D75837
More information about the llvm-commits
mailing list