[all-commits] [llvm/llvm-project] bf9d8d: [mlir][linalg][bufferize][NFC] Rename functions in...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Thu Jan 6 12:29:20 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bf9d8d9dfb8f4a0d326a08f52917c008574d60f8
https://github.com/llvm/llvm-project/commit/bf9d8d9dfb8f4a0d326a08f52917c008574d60f8
Author: Matthias Springer <springerm at google.com>
Date: 2022-01-07 (Fri, 07 Jan 2022)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/ComprehensiveBufferize/BufferizableOpInterface.h
M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/ArithInterfaceImpl.cpp
M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/BufferizableOpInterface.cpp
M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/LinalgInterfaceImpl.cpp
M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/ModuleBufferization.cpp
M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/SCFInterfaceImpl.cpp
M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/TensorInterfaceImpl.cpp
M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/VectorInterfaceImpl.cpp
Log Message:
-----------
[mlir][linalg][bufferize][NFC] Rename functions in BufferizationState
The old function names (e.g., `replaceOp`) could have been confusing to users because they sound similar to rewriter functions, but have slightly different semantics.
Differential Revision: https://reviews.llvm.org/D116449
More information about the All-commits
mailing list