[Mlir-commits] [mlir] [mlir]Fix dialect conversion drop uses (PR #86991)

Rob Suderman llvmlistbot at llvm.org
Fri Mar 29 14:01:18 PDT 2024


================
@@ -282,8 +282,10 @@ class CreateBlockRewrite : public BlockRewrite {
     block->dropAllUses();
     if (block->getParent())
       block->erase();
-    else
+    else {
----------------
rsuderman wrote:

done

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


More information about the Mlir-commits mailing list