[Mlir-commits] [mlir] [MLIR][Mem2Reg] Extract shared utilities for PromotableRegionOpInterface (PR #188514)
Théo Degioanni
llvmlistbot at llvm.org
Fri Mar 27 03:20:15 PDT 2026
https://github.com/Moxinilian commented:
Thanks! Since we are now exposing this as a more general API, would you mind adding a couple unit tests? In particular where properties are cloned. I see you inlined the cloning utility, it's a bit unfortunate as I don't like to rely on OperationState in case it would change, but it's probably fine if we have tests as well.
https://github.com/llvm/llvm-project/pull/188514
More information about the Mlir-commits
mailing list