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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Feb 16 10:37:06 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"
----------------
fabrizio-indirli wrote:

Thanks, I had to add a dependency on IndexDialect indeed.

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


More information about the Mlir-commits mailing list