[Mlir-commits] [mlir] [mlir][Transforms] Improve `replaceOpWithMultiple` API (PR #132608)
Markus Böck
llvmlistbot at llvm.org
Wed Mar 26 01:21:37 PDT 2025
================
@@ -1520,7 +1520,7 @@ void ConversionPatternRewriterImpl::notifyOperationInserted(
}
void ConversionPatternRewriterImpl::notifyOpReplaced(
----------------
zero9178 wrote:
This function is also a sink function i.e. needs to at the very least take `SmallVector<SmallVector<Value>>&&` such that we can move `repl` below into `map`
https://github.com/llvm/llvm-project/pull/132608
More information about the Mlir-commits
mailing list