[all-commits] [llvm/llvm-project] 4626bd: [mlir][vector] Disable folding for masked reductions
Diego Caballero via All-commits
all-commits at lists.llvm.org
Thu Jan 19 15:07:38 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4626bd0b91102af234125f7f8ff0daaffb7a1fa4
https://github.com/llvm/llvm-project/commit/4626bd0b91102af234125f7f8ff0daaffb7a1fa4
Author: Diego Caballero <diegocaballero at google.com>
Date: 2023-01-19 (Thu, 19 Jan 2023)
Changed paths:
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
M mlir/test/Dialect/Vector/canonicalize.mlir
Log Message:
-----------
[mlir][vector] Disable folding for masked reductions
Reductions can't be folded into plain arith ops until we can mask
those arith ops.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D141645
More information about the All-commits
mailing list