This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Revamp structured.bufferize_to_allocation
AbandonedPublic

Authored by springerm on Feb 20 2023, 7:35 AM.

Details

Summary

Instead of partial bufferization, this op now emits a bufferization.alloc_tensor op with a region. This allows for better code reuse within the bufferization infrastructure.

Depends On: D144396

Diff Detail

Event Timeline

springerm created this revision.Feb 20 2023, 7:35 AM
springerm requested review of this revision.Feb 20 2023, 7:35 AM
springerm abandoned this revision.Sep 7 2023, 2:08 AM