This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][bufferize][NFC] Decouple ComprehensiveBufferize from tensor dialect
ClosedPublic

Authored by springerm on Nov 15 2021, 6:26 PM.

Details

Summary

Add a new BufferizableOpInterface method isNotConflicting that can be used to implement custom analysis rules.

Diff Detail