[Mlir-commits] [mlir] [SCFToAffine] Add a pass to raise scf to affine ops. (PR #152925)

Mehdi Amini llvmlistbot at llvm.org
Mon Aug 25 06:45:43 PDT 2025


================
@@ -1027,6 +1027,18 @@ def ReconcileUnrealizedCastsPass : Pass<"reconcile-unrealized-casts"> {
   }];
 }
 
+//===----------------------------------------------------------------------===//
+// SCFToAffine
+//===----------------------------------------------------------------------===//
+
+def RaiseSCFToAffinePass : Pass<"raise-scf-to-affine"> {
+  let summary = "Raise SCF to affine ops";
----------------
joker-eph wrote:

Can you add a comprehensive description of the pass, it's requirements, invariants, and limitations here?

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


More information about the Mlir-commits mailing list