This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferize][NFC] Optimize read-only tensor detection
ClosedPublic

Authored by springerm on Feb 7 2023, 7:45 AM.

Details

Summary

Check alias sets instead of traversing the IR. This improves performance.

Diff Detail

Event Timeline

springerm created this revision.Feb 7 2023, 7:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 7 2023, 7:45 AM
springerm requested review of this revision.Feb 7 2023, 7:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 7 2023, 7:45 AM
scotttodd accepted this revision.Feb 8 2023, 1:36 PM
This revision is now accepted and ready to land.Feb 8 2023, 1:36 PM
This revision was landed with ongoing or failed builds.Feb 9 2023, 12:07 AM
This revision was automatically updated to reflect the committed changes.