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

Ivan Butygin llvmlistbot at llvm.org
Tue Apr 2 09:28:59 PDT 2024


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

done

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


More information about the Mlir-commits mailing list