This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Don't check constant address space for atomic stores
ClosedPublic

Authored by arsenm on Jan 24 2020, 9:02 AM.

Details

Summary

We define a separate list for storable address spaces. This saves
entry in the matcher table address space list.

Diff Detail

Event Timeline

arsenm created this revision.Jan 24 2020, 9:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 24 2020, 9:02 AM
This revision is now accepted and ready to land.Jan 24 2020, 10:59 AM