[all-commits] [llvm/llvm-project] bf531f: [mlir][vector][bufferize] Implement DestinationSty...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Thu Oct 27 02:07:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bf531f28f51a32e8f130ca1e6ce8d689315341d8
https://github.com/llvm/llvm-project/commit/bf531f28f51a32e8f130ca1e6ce8d689315341d8
Author: Matthias Springer <springerm at google.com>
Date: 2022-10-27 (Thu, 27 Oct 2022)
Changed paths:
M mlir/include/mlir/Dialect/Vector/IR/VectorOps.h
M mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
M mlir/lib/Dialect/Vector/IR/CMakeLists.txt
M mlir/lib/Dialect/Vector/Transforms/BufferizableOpInterfaceImpl.cpp
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir][vector][bufferize] Implement DestinationStyleOpInterface on TransferWriteOp
This simplifies the BufferizableOpInterface implementation of vector.transfer_write.
Differential Revision: https://reviews.llvm.org/D136348
More information about the All-commits
mailing list