This helper struct allows users of ComprehensiveBufferize to inject "post analysis" steps that are implemented after the analysis but before the bufferization.
Depends On D113457
Paths
| Differential D113458
[mlir][linalg][bufferize] Add PostAnalysisStep ClosedPublic Authored by springerm on Nov 8 2021, 9:54 PM.
Details Summary This helper struct allows users of ComprehensiveBufferize to inject "post analysis" steps that are implemented after the analysis but before the bufferization. Depends On D113457
Diff Detail
Event TimelineHerald added subscribers: wenzhicui, wrengr, Chia-hungDuan and 20 others. · View Herald TranscriptNov 8 2021, 9:54 PM This revision is now accepted and ready to land.Nov 10 2021, 12:27 AM This revision was landed with ongoing or failed builds.Nov 11 2021, 4:52 PM Closed by commit rG1b2bda8d1a82: [mlir][linalg][bufferize] Add PostAnalysisStep (authored by springerm). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 385697 mlir/include/mlir/Dialect/Linalg/ComprehensiveBufferize/BufferizableOpInterface.h
mlir/include/mlir/Dialect/Linalg/ComprehensiveBufferize/ComprehensiveBufferize.h
mlir/lib/Dialect/Linalg/ComprehensiveBufferize/ComprehensiveBufferize.cpp
mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferizePass.cpp
|