[all-commits] [llvm/llvm-project] 61baf2: [mlir][Vector] Add check of supported reduction ki...
Jianjian Guan via All-commits
all-commits at lists.llvm.org
Tue Apr 19 19:42:45 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 61baf2ffa7071944c00a0642fdb9ff77d9cff0da
https://github.com/llvm/llvm-project/commit/61baf2ffa7071944c00a0642fdb9ff77d9cff0da
Author: jacquesguan <Jianjian.Guan at streamcomputing.com>
Date: 2022-04-20 (Wed, 20 Apr 2022)
Changed paths:
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
M mlir/test/Dialect/Vector/invalid.mlir
Log Message:
-----------
[mlir][Vector] Add check of supported reduction kind for ScanOp.
This patch adds check of supported reduction kind for ScanOp to avoid using and/or/xor for floating point type.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D123977
More information about the All-commits
mailing list