[all-commits] [llvm/llvm-project] 0ca00c: [mlir][vector] Remove default value in populateVec...
Diego Caballero via All-commits
all-commits at lists.llvm.org
Thu Dec 16 01:46:28 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0ca00c353823627c814fdff70631d15549a7b559
https://github.com/llvm/llvm-project/commit/0ca00c353823627c814fdff70631d15549a7b559
Author: Diego Caballero <diegocaballero at google.com>
Date: 2021-12-16 (Thu, 16 Dec 2021)
Changed paths:
M mlir/include/mlir/Dialect/Vector/VectorRewritePatterns.h
Log Message:
-----------
[mlir][vector] Remove default value in populateVectorMultiReductionLoweringPatterns
Having a default value for the lowering strategy of the multi-reduction op has proven
to be unexpected by users. This patch is dropping the default value so that users have
to explicitly choose the lowering strategy to be applied.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D115805
More information about the All-commits
mailing list