This is in preparation of reusing the same AnalysisState for tensor.empty elimination and One-Shot Bufferize (to address performance bottlenecks).
Depends On: D143313
Paths
| Differential D143379
[mlir][bufferize][NFC] OneShotAnalysis: Expose analysis hooks from AnalysisState ClosedPublic Authored by springerm on Feb 6 2023, 3:16 AM.
Details Summary This is in preparation of reusing the same AnalysisState for tensor.empty elimination and One-Shot Bufferize (to address performance bottlenecks). Depends On: D143313
Diff Detail
Event Timelinespringerm added a parent revision: D143313: [mlir][bufferize][NFC] Merge AnalysisState and BufferizationAliasInfo.Feb 6 2023, 3:17 AM This revision is now accepted and ready to land.Feb 7 2023, 12:47 PM Closed by commit rG6d14b11018b4: [mlir][bufferize][NFC] OneShotAnalysis: Expose analysis hooks from AnalysisState (authored by springerm). · Explain WhyFeb 8 2023, 12:32 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 495750 mlir/include/mlir/Dialect/Bufferization/Transforms/OneShotAnalysis.h
mlir/lib/Dialect/Bufferization/Transforms/OneShotAnalysis.cpp
|