The related functionality is moved over to the bufferization dialect. Test cases are cleaned up a bit.
Depends On D120190
Paths
| Differential D120191
[mlir][bufferize][NFC] Rename `comprehensive-function-bufferize` to `one-shot-bufferize` ClosedPublic Authored by springerm on Feb 19 2022, 11:20 AM.
Details Summary The related functionality is moved over to the bufferization dialect. Test cases are cleaned up a bit. Depends On D120190
Diff Detail
Event TimelineHerald added subscribers: sdasgup3, wenzhicui, wrengr and 19 others. · View Herald TranscriptFeb 19 2022, 11:20 AM This revision is now accepted and ready to land.Feb 19 2022, 11:50 AM
This revision was landed with ongoing or failed builds.Feb 22 2022, 12:19 AM Closed by commit rGd2dacde5d8a3: [mlir][bufferize][NFC] Rename `comprehensive-function-bufferize` to `one-shot… (authored by springerm). · Explain Why This revision was automatically updated to reflect the committed changes. Comment Actions This seems to be causing build failures: https://buildkite.com/mlir/mlir-core/builds/20561#46e3ef4e-7afa-4b90-a9c3-27c112373d5e
springerm added inline comments.
Revision Contents
Diff 410463 mlir/include/mlir/Dialect/Bufferization/Transforms/OneShotAnalysis.h
mlir/include/mlir/Dialect/Bufferization/Transforms/Passes.h
mlir/include/mlir/Dialect/Bufferization/Transforms/Passes.td
mlir/include/mlir/InitAllDialects.h
mlir/lib/Dialect/Bufferization/Transforms/Bufferize.cpp
mlir/lib/Dialect/Bufferization/Transforms/OneShotAnalysis.cpp
mlir/test/Dialect/Bufferization/Transforms/one-shot-bufferize-compat.mlir
mlir/test/Dialect/Bufferization/Transforms/one-shot-bufferize-partial.mlir
mlir/test/Dialect/Bufferization/Transforms/one-shot-bufferize.mlir
mlir/test/Dialect/Linalg/comprehensive-function-bufferize-compat.mlir
mlir/test/Dialect/Linalg/comprehensive-function-bufferize.mlir
mlir/test/Dialect/Linalg/comprehensive-module-bufferize-partial.mlir
mlir/test/Dialect/Linalg/comprehensive-module-bufferize.mlir
mlir/test/lib/Dialect/Linalg/CMakeLists.txt
mlir/test/lib/Dialect/Linalg/TestComprehensiveBufferize.cpp
mlir/tools/mlir-opt/mlir-opt.cpp
|
did you intend to pass options by value?