This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferize] Add noAnalysisFuncFilter to OneShotBufferizationOptions struct
ClosedPublic

Authored by mamrami on Feb 6 2023, 9:43 AM.

Details

Summary

This change is needed in order to set the flag when running the pass not via the command line.
It also allows simplifying the signature of some functions.

Diff Detail

Event Timeline

mamrami created this revision.Feb 6 2023, 9:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 6 2023, 9:43 AM
mamrami requested review of this revision.Feb 6 2023, 9:43 AM
springerm accepted this revision.Feb 7 2023, 1:59 AM
This revision is now accepted and ready to land.Feb 7 2023, 1:59 AM