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