[all-commits] [llvm/llvm-project] 059ee5: [mlir][Vector] Support vectorize to vector.reducti...
Jianjian Guan via All-commits
all-commits at lists.llvm.org
Mon Jun 13 20:12:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 059ee5d9378d3abfcfd301f4d083ca399df2045e
https://github.com/llvm/llvm-project/commit/059ee5d9378d3abfcfd301f4d083ca399df2045e
Author: jacquesguan <Jianjian.Guan at streamcomputing.com>
Date: 2022-06-14 (Tue, 14 Jun 2022)
Changed paths:
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
M mlir/test/Dialect/Affine/SuperVectorize/vectorize_reduction.mlir
Log Message:
-----------
[mlir][Vector] Support vectorize to vector.reduction or/and.
This patch supports to vectorize affine.for of ori/andi to vector.reduction or/and.
Differential Revision: https://reviews.llvm.org/D127090
More information about the All-commits
mailing list