[PATCH] D78143: [MLIR] Pass options to ParallelLoopCollapsing constructor.
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 14 19:35:51 PDT 2020
mehdi_amini added a comment.
Please elaborate a complete description for the revision.
================
Comment at: mlir/include/mlir/Transforms/Passes.h:63
/// Creates a pass that transforms a single ParallelLoop over N induction
/// variables into another ParallelLoop over less than N induction variables.
+std::unique_ptr<Pass>
----------------
Comment needs an update
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78143/new/
https://reviews.llvm.org/D78143
More information about the llvm-commits
mailing list