[all-commits] [llvm/llvm-project] 80853a: [mlir][vector][bufferize] Better analysis for vect...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Jun 14 00:39:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 80853a16738f457c1706234048636d9aebf36944
https://github.com/llvm/llvm-project/commit/80853a16738f457c1706234048636d9aebf36944
Author: Matthias Springer <me at m-sp.org>
Date: 2023-06-14 (Wed, 14 Jun 2023)
Changed paths:
M mlir/lib/Dialect/Vector/Transforms/BufferizableOpInterfaceImpl.cpp
M mlir/test/Dialect/Vector/one-shot-bufferize.mlir
Log Message:
-----------
[mlir][vector][bufferize] Better analysis for vector.transfer_write
The destination operand does not bufferize to a memory read if it is completely overwritten.
Differential Revision: https://reviews.llvm.org/D152823
More information about the All-commits
mailing list