[PATCH] D74544: [MLIR] Add naive fusion of parallel loops.
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 13 22:52:33 PST 2020
mehdi_amini added inline comments.
================
Comment at: mlir/lib/Transforms/ParallelLoopFusion.cpp:137
+static mlir::PassRegistration<mlir::LoopFusion>
+ pass("parallel-loop-fusion", "Fuse parallel loop nests");
----------------
Can this pass be located under the loop dialect?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74544/new/
https://reviews.llvm.org/D74544
More information about the llvm-commits
mailing list