[Mlir-commits] [mlir] [mlir][scf] Refactor and improve ParallelLoopFusion (PR #179284)

Ivan Butygin llvmlistbot at llvm.org
Mon Feb 16 11:38:54 PST 2026


================
@@ -43,6 +43,12 @@ def SCFForLoopSpecialization : Pass<"scf-for-loop-specialization"> {
 def SCFParallelLoopFusion : Pass<"scf-parallel-loop-fusion"> {
   let summary = "Fuse adjacent parallel loops";
   let constructor = "mlir::createParallelLoopFusionPass()";
+  let options = [
+    Option<"strict", "strict", "bool",
----------------
Hardcode84 wrote:

If we go with the option, we will need at least a smoke test for it.

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


More information about the Mlir-commits mailing list