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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D143416
[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.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 7 2023, 1:59 AM Closed by commit rG9cf96850c397: [mlir][bufferize] Add noAnalysisFuncFilter to OneShotBufferizationOptions struct (authored by mamrami). · Explain WhyFeb 7 2023, 2:38 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 495443 mlir/include/mlir/Dialect/Bufferization/Transforms/OneShotAnalysis.h
mlir/include/mlir/Dialect/Bufferization/Transforms/OneShotModuleBufferize.h
mlir/lib/Dialect/Bufferization/Transforms/Bufferize.cpp
mlir/lib/Dialect/Bufferization/Transforms/OneShotModuleBufferize.cpp
|