[all-commits] [llvm/llvm-project] 8e72fb: [mlir][bufferization] Add read_only attribute to T...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue Jul 11 07:41:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8e72fbd616ccc98e489aee634b07747ae46fd8b6
https://github.com/llvm/llvm-project/commit/8e72fbd616ccc98e489aee634b07747ae46fd8b6
Author: Matthias Springer <me at m-sp.org>
Date: 2023-07-11 (Tue, 11 Jul 2023)
Changed paths:
M mlir/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td
M mlir/test/Dialect/Bufferization/Transforms/one-shot-bufferize-analysis.mlir
Log Message:
-----------
[mlir][bufferization] Add read_only attribute to ToMemrefOp
This unit attribute indicates to the bufferization that the resulting buffer will not be written to by another op.
Differential Revision: https://reviews.llvm.org/D154967
More information about the All-commits
mailing list