This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Stop reporting an addressing mode for unknown addrspace
ClosedPublic

Authored by arsenm on Apr 27 2016, 2:34 PM.

Details

Reviewers
tstellarAMD
Summary

This was being treated the same as private, which has an immediate
offset. For unknown, it probably means it's for a computation not
actually being used for accessing memory, so it should not have a
nontrivial addressing mode.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 55325.Apr 27 2016, 2:34 PM
arsenm retitled this revision from to AMDGPU: Stop reporting an addressing mode for unknown addrspace.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Apr 28 2016, 8:32 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Apr 28 2016, 8:32 AM
arsenm closed this revision.Apr 28 2016, 11:31 PM

r268002