[Mlir-commits] [mlir] [MLIR][Mem2Reg] Add support for memref.alloca_scope (PR #214221)
Tobias Gysi
llvmlistbot at llvm.org
Thu Aug 6 09:04:29 PDT 2026
================
----------------
gysit wrote:
```suggestion
bool memref::AllocaScopeOp::isRegionPromotable(const MemorySlot &slot,
```
nit: missing newline also I would probably move this right below the interfaces for the Load/Store ops and above the interfaces for destructurable types. That way the op interfaces are grouped together.
https://github.com/llvm/llvm-project/pull/214221
More information about the Mlir-commits
mailing list