================ @@ -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