This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferization][NFC] Rename BufferRelation::None to BufferRelation::Unknown
ClosedPublic

Authored by springerm on Jan 30 2023, 12:01 AM.

Details

Summary

The previous name was incorrect. None does not mean that there is no buffer relation between two buffers (seems to imply that they do not alias for sure); instead it means that there is no further information available.

Diff Detail

Event Timeline

springerm created this revision.Jan 30 2023, 12:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 30 2023, 12:01 AM
springerm requested review of this revision.Jan 30 2023, 12:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 30 2023, 12:01 AM
This revision is now accepted and ready to land.Jan 30 2023, 12:07 AM