[all-commits] [llvm/llvm-project] 1870e7: [mlir][Vector] Add an optional "masked" boolean ar...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Mon May 18 08:56:06 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1870e787af961d1b409e18a18ddf297f02333a78
https://github.com/llvm/llvm-project/commit/1870e787af961d1b409e18a18ddf297f02333a78
Author: Nicolas Vasilache <ntv at google.com>
Date: 2020-05-18 (Mon, 18 May 2020)
Changed paths:
M mlir/include/mlir/Dialect/Vector/VectorOps.td
M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
M mlir/lib/Conversion/VectorToSCF/VectorToSCF.cpp
M mlir/lib/Dialect/Affine/Transforms/SuperVectorize.cpp
M mlir/lib/Dialect/Vector/VectorOps.cpp
M mlir/lib/Dialect/Vector/VectorTransforms.cpp
M mlir/test/Conversion/VectorToLLVM/vector-to-llvm.mlir
M mlir/test/Conversion/VectorToLoops/vector-to-loops.mlir
M mlir/test/Dialect/Vector/invalid.mlir
M mlir/test/Dialect/Vector/ops.mlir
Log Message:
-----------
[mlir][Vector] Add an optional "masked" boolean array attribute to vector transfer operations
Summary:
Vector transfer ops semantic is extended to allow specifying a per-dimension `masked`
attribute. When the attribute is false on a particular dimension, lowering to LLVM emits
unmasked load and store operations.
Differential Revision: https://reviews.llvm.org/D80098
More information about the All-commits
mailing list