This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] BufferizeToAllocationOp: Bufferize ops, not values
ClosedPublic

Authored by springerm on Jun 28 2023, 6:49 AM.

Details

Summary

The bufferize_to_allocation transform op now operates on payload ops, not payload values. Only ops can be bufferized, not values.

Also remove the replacement result from the transform op.

Depends On: D153874

Diff Detail