[Mlir-commits] [mlir] [MLIR][CF] Avoid collapsing blocks which participate in cycles (PR #160783)
Matthias Springer
llvmlistbot at llvm.org
Fri Sep 26 00:16:37 PDT 2025
================
@@ -0,0 +1,93 @@
+// RUN: mlir-opt --canonicalize %s | FileCheck %s
+
+// Test that control-flow cycles are not simplified infinitely.
----------------
matthias-springer wrote:
All these test cases should be in `test/Dialect/ControlFlow/canonicalize.mlir`.
https://github.com/llvm/llvm-project/pull/160783
More information about the Mlir-commits
mailing list