This change moves the pass from the Linalg dialect to the bufferization dialect.
Depends On D135129
Paths
| Differential D135130
[mlir][bufferization][NFC] Move EmptyTensorToAllocTensorPass ClosedPublic Authored by springerm on Oct 3 2022, 11:34 PM.
Details Summary This change moves the pass from the Linalg dialect to the bufferization dialect. Depends On D135129
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 4 2022, 12:56 AM This revision was landed with ongoing or failed builds.Oct 4 2022, 5:58 PM Closed by commit rG129420df5122: [mlir][bufferization][NFC] Move EmptyTensorToAllocTensorPass (authored by springerm). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 464891 mlir/include/mlir/Dialect/Bufferization/Transforms/Passes.h
mlir/include/mlir/Dialect/Bufferization/Transforms/Passes.td
mlir/include/mlir/Dialect/Linalg/Passes.h
mlir/include/mlir/Dialect/Linalg/Passes.td
mlir/lib/Dialect/Bufferization/Transforms/CMakeLists.txt
mlir/lib/Dialect/Bufferization/Transforms/EmptyTensorToAllocTensor.cpp
mlir/lib/Dialect/Linalg/Transforms/CMakeLists.txt
|