This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferize] Add notifications for AnalysisState extensions
Needs ReviewPublic

Authored by springerm on Oct 2 2022, 7:19 PM.

Details

Reviewers
nicolasvasilache
Summary

Notify extensions when an OpOperand was decided to bufferize in-place or out-of-place.

This is in preparation of adding value privatizations in a subsequent change.

Depends On D135051

Diff Detail