[Mlir-commits] [mlir] [mlir][IR] Make `RewriterBase::replaceOp`	non-virtual (PR #160529)
    Matthias Springer 
    llvmlistbot at llvm.org
       
    Wed Sep 24 07:19:03 PDT 2025
    
    
  
================
@@ -79,7 +79,7 @@ func.func @remap_call_1_to_1(%arg0: i64) {
 // CHECK-NEXT: notifyOperationInserted: test.return
 
 // The old block is erased.
-// CHECK-NEXT: notifyBlockErased
+// CHECK: notifyBlockErased
----------------
matthias-springer wrote:
This is changing because there's an extra `notifyOperationModified` for the `func.return` in "no rollback" mode.
https://github.com/llvm/llvm-project/pull/160529
    
    
More information about the Mlir-commits
mailing list