[Mlir-commits] [mlir] [MLIR] Add single definition multiple regions for mem2reg (PR #89107)
Christian Ulmann
llvmlistbot at llvm.org
Thu Apr 18 08:06:44 PDT 2024
================
@@ -186,6 +194,9 @@ class MemorySlotPromoter {
/// This method must only be called at most once per region.
void computeReachingDefInRegion(Region *region, Value reachingDef);
+ ///
----------------
Dinistro wrote:
Nit: Missing comment.
https://github.com/llvm/llvm-project/pull/89107
More information about the Mlir-commits
mailing list