This is an archive of the discontinued LLVM Phabricator instance.

CodeGen: Add AddressSpace field to PseudoSourceValue
ClosedPublic

Authored by tstellarAMD on Jun 24 2016, 8:42 AM.

Details

Reviewers
arphaman
arsenm
Summary

AMDGPU will use this to create a GOT PseudoSourceValue in
a non-zero address space.

Diff Detail

Event Timeline

tstellarAMD retitled this revision from to CodeGen: Add AddressSpace field to PseudoSourceValue.
tstellarAMD updated this object.
tstellarAMD added a reviewer: arsenm.
tstellarAMD added a subscriber: llvm-commits.
arsenm accepted this revision.Jun 30 2017, 10:29 AM

LGTM

This revision is now accepted and ready to land.Jun 30 2017, 10:29 AM

This is necessary to fix FixedStack pseudovalues with non-0 address space allocas

yaxunl added a subscriber: yaxunl.Aug 3 2017, 11:52 AM

Ping. We need this patch for fixing a failure in OpenCL conformance test. Thanks.

Ping. We need this patch for fixing a failure in OpenCL conformance test. Thanks.

You're just pinging for someone to commit this, correct?

Ping. We need this patch for fixing a failure in OpenCL conformance test. Thanks.

You're just pinging for someone to commit this, correct?

I am not sure if Tom is still waiting for another reviewer's approval. But if it could be committed, yes. Thanks.

arsenm closed this revision.Aug 3 2017, 4:53 PM

D35089 is a more up to date version