[all-commits] [llvm/llvm-project] 1840d1: [mlir][bufferization][NFC] Rename: "last-write" ->...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon Jan 30 00:52:37 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1840d18a10cb831e3379438bcdd9eef48ed6a39e
https://github.com/llvm/llvm-project/commit/1840d18a10cb831e3379438bcdd9eef48ed6a39e
Author: Matthias Springer <springerm at google.com>
Date: 2023-01-30 (Mon, 30 Jan 2023)
Changed paths:
M mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterface.h
M mlir/lib/Dialect/Bufferization/IR/BufferizableOpInterface.cpp
M mlir/lib/Dialect/Bufferization/Transforms/OneShotAnalysis.cpp
M mlir/lib/Dialect/Tensor/Transforms/BufferizableOpInterfaceImpl.cpp
Log Message:
-----------
[mlir][bufferization][NFC] Rename: "last-write" -> "definition"
The previous lingo was confusing. There are no writes on tensors. There are only definitions.
Also some minor cleanup and better documentation.
Differential Revision: https://reviews.llvm.org/D141790
More information about the All-commits
mailing list