[all-commits] [llvm/llvm-project] 89837a: Adding min(f/s/u) and max(f/s/u) cases for vector ...
aslepko via All-commits
all-commits at lists.llvm.org
Thu Sep 9 12:25:18 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 89837a0e1b536c88651b9e68b73eda9c18659db2
https://github.com/llvm/llvm-project/commit/89837a0e1b536c88651b9e68b73eda9c18659db2
Author: Alexander Slepko <aslepko at habana.ai>
Date: 2021-09-09 (Thu, 09 Sep 2021)
Changed paths:
M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
M mlir/lib/Dialect/Vector/VectorOps.cpp
Log Message:
-----------
Adding min(f/s/u) and max(f/s/u) cases for vector reduction
This PR adds missing AtomicRMWKind::min/max cases which we would like to use for min/max reduction loop vectorizations.
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D104881
More information about the All-commits
mailing list