[PATCH] D148109: [mlir] Add a generic mem2reg implementation.
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 3 16:26:37 PDT 2023
mehdi_amini added a comment.
It's not clear to me
================
Comment at: mlir/include/mlir/Transforms/Passes.td:191
+ within subregions will not happen.
+ }];
+}
----------------
Is it conservative with respect to aliasing? How is this handled?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148109/new/
https://reviews.llvm.org/D148109
More information about the llvm-commits
mailing list