[Mlir-commits] [mlir] [mlir][IR] Make `replaceOp` / `replaceAllUsesWith` API consistent (PR #82629)
Mehdi Amini
llvmlistbot at llvm.org
Thu Feb 22 19:19:48 PST 2024
================
@@ -1173,7 +1173,7 @@ void ConversionPatternRewriterImpl::resetState(RewriterState state) {
detachNestedAndErase(op);
}
- // Pop all of the newly created operations.
+ // Pop all of the newly created operations.Patt
----------------
joker-eph wrote:
Unintentional change?
https://github.com/llvm/llvm-project/pull/82629
More information about the Mlir-commits
mailing list