[Mlir-commits] [mlir] [MLIR][Operation] Fix `isBeforeInBlock` crash bug mentioned in https://github.com/llvm/llvm-project/issues/60909 (PR #101172)

Guray Ozen llvmlistbot at llvm.org
Wed Aug 14 00:15:32 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))"
----------------
grypp wrote:

Nit : Can we make filename more generic? We could add other tests other than crash
`scf2cf-print-liveness-crash.mlir` -> `scf-to-cf-and-print-liveness.mlir` 

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


More information about the Mlir-commits mailing list