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.
Depends On D116448
Paths
| Differential D116449
[mlir][linalg][bufferize][NFC] Rename functions in BufferizationState ClosedPublic Authored by springerm on Dec 31 2021, 7:39 AM.
Details Summary 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. Depends On D116448
Diff Detail
Event Timelinespringerm added a child revision: D116450: [mlir][linalg][bufferize] Add `createDealloc` options.Dec 31 2021, 7:40 AM This revision is now accepted and ready to land.Jan 5 2022, 12:29 AM This revision was landed with ongoing or failed builds.Jan 6 2022, 12:29 PM Closed by commit rGbf9d8d9dfb8f: [mlir][linalg][bufferize][NFC] Rename functions in BufferizationState (authored by springerm). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 397877 mlir/include/mlir/Dialect/Linalg/ComprehensiveBufferize/BufferizableOpInterface.h
mlir/lib/Dialect/Linalg/ComprehensiveBufferize/ArithInterfaceImpl.cpp
mlir/lib/Dialect/Linalg/ComprehensiveBufferize/BufferizableOpInterface.cpp
mlir/lib/Dialect/Linalg/ComprehensiveBufferize/LinalgInterfaceImpl.cpp
mlir/lib/Dialect/Linalg/ComprehensiveBufferize/ModuleBufferization.cpp
mlir/lib/Dialect/Linalg/ComprehensiveBufferize/SCFInterfaceImpl.cpp
mlir/lib/Dialect/Linalg/ComprehensiveBufferize/TensorInterfaceImpl.cpp
mlir/lib/Dialect/Linalg/ComprehensiveBufferize/VectorInterfaceImpl.cpp
|