[all-commits] [llvm/llvm-project] 953419: [mlir][Linalg] Make contraction vectorization use ...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Fri May 29 12:06:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9534192c3bfd861f8082843c57dfee0a7881d266
https://github.com/llvm/llvm-project/commit/9534192c3bfd861f8082843c57dfee0a7881d266
Author: Nicolas Vasilache <ntv at google.com>
Date: 2020-05-29 (Fri, 29 May 2020)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
M mlir/test/Dialect/Linalg/transform-patterns.mlir
Log Message:
-----------
[mlir][Linalg] Make contraction vectorization use vector transfers
This revision replaces the load + vector.type_cast by appropriate vector transfer
operations. These play more nicely with other vector abstractions and canonicalization
patterns and lower to load/store with or without masks when appropriate.
Differential Revision: https://reviews.llvm.org/D80809
More information about the All-commits
mailing list