[Mlir-commits] [mlir] [mlir][Transforms] Fix crash in `CFGToSCF` when conversion fails (PR #173590)
Mehdi Amini
llvmlistbot at llvm.org
Wed Dec 31 10:05:40 PST 2025
================
@@ -0,0 +1,24 @@
+// RUN: mlir-opt %s -lift-cf-to-scf -verify-diagnostics
+
+// verify faliure for unsupported ops in cycles (issue #173566)
----------------
joker-eph wrote:
```suggestion
// verify failure for unsupported ops in cycles (issue #173566)
```
https://github.com/llvm/llvm-project/pull/173590
More information about the Mlir-commits
mailing list