This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] NFC - Add support to specify that a tensor value is known to bufferize to writeable memory
ClosedPublic

Authored by nicolasvasilache on Oct 5 2021, 12:00 AM.

Details

Summary

This change allows better interop with external clients of comprehensive bufferization functions
but is otherwise NFC for the MLIR pass itself.

Diff Detail