This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferize] Infer memory space in all bufferization patterns
ClosedPublic

Authored by springerm on Jun 23 2022, 3:35 AM.

Details

Summary

This change updates all remaining bufferization patterns (except for scf.while) and the remaining bufferization infrastructure to infer the memory space whenever possible instead of falling back to "0". (If a default memory space is set in the bufferization options, we still fall back to that value if the memory space could not be inferred.)

Depends On D128278

Diff Detail

Event Timeline

springerm created this revision.Jun 23 2022, 3:35 AM
springerm requested review of this revision.Jun 23 2022, 3:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 23 2022, 3:35 AM
This revision is now accepted and ready to land.Jun 24 2022, 8:45 AM
This revision was landed with ongoing or failed builds.Jun 27 2022, 7:33 AM
This revision was automatically updated to reflect the committed changes.