This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

springerm created this revision.Feb 6 2023, 3:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 6 2023, 3:16 AM
springerm requested review of this revision.Feb 6 2023, 3:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 6 2023, 3:16 AM
scotttodd accepted this revision.Feb 7 2023, 12:47 PM
This revision is now accepted and ready to land.Feb 7 2023, 12:47 PM