This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferize] Simplify one_shot_bufferize transform op
ClosedPublic

Authored by springerm on Apr 3 2023, 8:31 AM.

Details

Summary

Restrict the op to functions and modules. Such ops are modified in-place. The transform now consumes the handle and produces a new handle. The target_is_module attribute is no longer needed because a result handle is produced in either case.

Depends On: D147430

Diff Detail

Event Timeline

springerm created this revision.Apr 3 2023, 8:31 AM
Herald added a reviewer: ftynse. · View Herald Transcript
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
springerm requested review of this revision.Apr 3 2023, 8:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 3 2023, 8:31 AM
nicolasvasilache accepted this revision.Apr 3 2023, 9:11 AM
This revision is now accepted and ready to land.Apr 3 2023, 9:11 AM