[Mlir-commits] [mlir] [mlir][Transforms][NFC] Dialect conversion: Remove redundant `ReplaceBlockArgRewrite` (PR #105963)

Matthias Springer llvmlistbot at llvm.org
Sat Aug 24 16:29:05 PDT 2024


================
@@ -1296,7 +1296,6 @@ Block *ConversionPatternRewriterImpl::applySignatureConversion(
         OpBuilder::InsertPoint(newBlock, newBlock->begin()), origArg.getLoc(),
         /*inputs=*/replArgs, origArgType, converter);
     mapping.map(origArg, argMat);
-    appendRewrite<ReplaceBlockArgRewrite>(block, origArg);
----------------
matthias-springer wrote:

Note: Other `ReplaceBlockArgRewrite` at line 1320.


https://github.com/llvm/llvm-project/pull/105963


More information about the Mlir-commits mailing list