[Mlir-commits] [mlir] [MLIR][Operation] Fix `isBeforeInBlock` crash bug mentioned in https://github.com/llvm/llvm-project/issues/60909 (PR #101172)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Aug 14 01:57:35 PDT 2024
================
@@ -0,0 +1,19 @@
+// RUN: mlir-opt %s -pass-pipeline="builtin.module(func.func(convert-scf-to-cf), func.func(test-print-liveness))"
----------------
wang-y-z wrote:
Sure, fixed
https://github.com/llvm/llvm-project/pull/101172
More information about the Mlir-commits
mailing list