This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Annotate amdgpu.noclobber for global loads only
ClosedPublic

Authored by cfang on Jan 5 2021, 11:24 AM.

Details

Summary

This is to avoid unnecessary analysis since amdgpu.noclobber is only used for globals.

Fixes: SWDEV-239161

Diff Detail

Event Timeline

cfang created this revision.Jan 5 2021, 11:24 AM
cfang requested review of this revision.Jan 5 2021, 11:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 5 2021, 11:24 AM
Herald added a subscriber: wdng. · View Herald Transcript
arsenm accepted this revision.Jan 5 2021, 1:23 PM
This revision is now accepted and ready to land.Jan 5 2021, 1:23 PM
This revision was automatically updated to reflect the committed changes.