This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][NFC] Cleanup: Drop linalg.inplaceable attribute
ClosedPublic

Authored by springerm on Jul 14 2022, 1:15 AM.

Details

Summary

This attribute has already been mostly phased out over the last months. bufferization.writable is used in most cases instead. All remaining test cases are updated. Some code that is no longer needed is deleted.

Diff Detail

Event Timeline

springerm created this revision.Jul 14 2022, 1:15 AM
springerm requested review of this revision.Jul 14 2022, 1:15 AM
springerm edited the summary of this revision. (Show Details)Jul 14 2022, 1:16 AM
nicolasvasilache accepted this revision.Jul 14 2022, 6:22 AM
This revision is now accepted and ready to land.Jul 14 2022, 6:22 AM