[all-commits] [llvm/llvm-project] 65a3f2: [mlir] Add "mask" operand to vector.transfer_read/...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Apr 7 05:33:47 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 65a3f289397fd7d6cfcb4ddfdf324e37cf90cad7
https://github.com/llvm/llvm-project/commit/65a3f289397fd7d6cfcb4ddfdf324e37cf90cad7
Author: Matthias Springer <springerm at google.com>
Date: 2021-04-07 (Wed, 07 Apr 2021)
Changed paths:
M mlir/include/mlir/Conversion/VectorToLLVM/ConvertVectorToLLVM.h
M mlir/include/mlir/Dialect/Vector/VectorOps.h
M mlir/include/mlir/Dialect/Vector/VectorOps.td
M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVMPass.cpp
M mlir/lib/Conversion/VectorToROCDL/VectorToROCDL.cpp
M mlir/lib/Conversion/VectorToSCF/VectorToSCF.cpp
M mlir/lib/Dialect/Vector/VectorOps.cpp
M mlir/lib/Dialect/Vector/VectorTransforms.cpp
M mlir/test/Conversion/VectorToLLVM/vector-mask-to-llvm.mlir
M mlir/test/Conversion/VectorToLLVM/vector-to-llvm.mlir
M mlir/test/Dialect/Vector/ops.mlir
M mlir/test/Integration/Dialect/Vector/CPU/test-transfer-read.mlir
Log Message:
-----------
[mlir] Add "mask" operand to vector.transfer_read/write.
Also factors out out-of-bounds mask generation from vector.transfer_read/write into a new MaterializeTransferMask pattern.
Differential Revision: https://reviews.llvm.org/D100001
More information about the All-commits
mailing list