This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Remove unused address spaces
ClosedPublic

Authored by arsenm on Jan 18 2016, 1:18 PM.

Details

Reviewers
tstellarAMD

Diff Detail

Event Timeline

tstellarAMD retitled this revision from to AMDGPU: Remove unused address spaces.
tstellarAMD updated this object.
tstellarAMD added a reviewer: arsenm.
tstellarAMD added a subscriber: llvm-commits.
arsenm edited edge metadata.Jan 18 2016, 1:19 PM

The datalayout string also needs to be updated (possibly in clang too)

arsenm commandeered this revision.May 24 2016, 12:37 PM
arsenm edited reviewers, added: tstellarAMD; removed: arsenm.
arsenm updated this revision to Diff 58293.May 24 2016, 12:37 PM

Update datalayout. Also return a single StringRef instead of building a string.

Do we need to update clang too?

Do we need to update clang too?

Yes, I have that patch ready too

tstellarAMD accepted this revision.May 30 2016, 2:32 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.May 30 2016, 2:32 PM
arsenm closed this revision.May 31 2016, 10:05 AM

r271296, r271297