This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Fix AMDGPUPerfHint::isIndirectAccess test case
AcceptedPublic

Authored by foad on Jul 22 2020, 3:01 AM.

Details

Reviewers
rampitec
Summary

As suggested in D83862, ignore loads from the constant address space,
otherwise all uses of kernel arguments will be treated as indirect
accesses.

Diff Detail

Event Timeline

foad created this revision.Jul 22 2020, 3:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 22 2020, 3:01 AM
This revision is now accepted and ready to land.Jul 28 2020, 12:54 PM