[Mlir-commits] [mlir] [MLIR][CF] Avoid collapsing blocks which participate in cycles (PR #160783)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Fri Sep 26 13:59:16 PDT 2025


================
@@ -0,0 +1,93 @@
+// RUN: mlir-opt --canonicalize %s | FileCheck %s
+
+// Test that control-flow cycles are not simplified infinitely.
----------------
benwu25 wrote:

Done!

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


More information about the Mlir-commits mailing list