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

Ivan Butygin llvmlistbot at llvm.org
Mon Feb 16 05:04:51 PST 2026


================
@@ -13,15 +13,30 @@
 #include "mlir/Dialect/SCF/Transforms/Passes.h"
 
 #include "mlir/Analysis/AliasAnalysis.h"
+#include "mlir/Dialect/Affine/IR/AffineOps.h"
----------------
Hardcode84 wrote:

As you added a few more dependencies, please make sure it's still compiles in shared libs mode. Shared libs are not tested in PR CI.

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


More information about the Mlir-commits mailing list