This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferization] Define a pipeline for buffer deallocation
ClosedPublic

Authored by maerhart on Sep 4 2023, 6:47 AM.

Details

Summary

Since buffer deallocation requires a few passes to be run in a somewhat fixed
sequence, it makes sense to have a pipeline for convenience (and to reduce the
number of transform ops to represent default deallocation).

Depends on D158979

Diff Detail

Event Timeline

maerhart created this revision.Sep 4 2023, 6:47 AM
Herald added a project: Restricted Project. · View Herald Transcript
maerhart requested review of this revision.Sep 4 2023, 6:47 AM
springerm accepted this revision.Sep 4 2023, 7:10 AM
This revision is now accepted and ready to land.Sep 4 2023, 7:10 AM
maerhart updated this revision to Diff 556633.Sep 13 2023, 1:20 AM

add pipelines subdirectory to CMakeLists

maerhart updated this revision to Diff 556634.Sep 13 2023, 1:52 AM

fix flag passed to expand reallocs

This revision was landed with ongoing or failed builds.Sep 13 2023, 2:31 AM
This revision was automatically updated to reflect the committed changes.