[Mlir-commits] [mlir] [mlir][scf] Uplift `scf.while` to `scf.for` (PR #76108)

Mehdi Amini llvmlistbot at llvm.org
Tue Apr 2 04:33:05 PDT 2024


================
@@ -154,4 +154,18 @@ def SCFForToWhileLoop : Pass<"scf-for-to-while"> {
   }];
 }
 
+def TestSCFUpliftWhileToFor : Pass<"test-scf-uplift-while-to-for"> {
----------------
joker-eph wrote:

Test passes should be in the test folder I believe.

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


More information about the Mlir-commits mailing list