[all-commits] [llvm/llvm-project] 148432: [mlir][bufferization][NFC] Rename BufferRelation::...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon Jan 30 02:09:48 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 148432ea84d244f9f6aa50d9af567b12dba671d5
https://github.com/llvm/llvm-project/commit/148432ea84d244f9f6aa50d9af567b12dba671d5
Author: Matthias Springer <springerm at google.com>
Date: 2023-01-30 (Mon, 30 Jan 2023)
Changed paths:
M mlir/docs/Bufferization.md
M mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterface.h
M mlir/lib/Dialect/Arith/Transforms/BufferizableOpInterfaceImpl.cpp
M mlir/lib/Dialect/Bufferization/Transforms/FuncBufferizableOpInterfaceImpl.cpp
M mlir/lib/Dialect/SCF/Transforms/BufferizableOpInterfaceImpl.cpp
M mlir/lib/Dialect/Tensor/Transforms/BufferizableOpInterfaceImpl.cpp
Log Message:
-----------
[mlir][bufferization][NFC] Rename BufferRelation::None to BufferRelation::Unknown
The previous name was incorrect. `None` does not mean that there is no buffer relation between two buffers (seems to imply that they do not alias for sure); instead it means that there is no further information available.
Differential Revision: https://reviews.llvm.org/D142870
More information about the All-commits
mailing list