This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/SI: Correctly emit global variables with common linkage when targeting HSA
AbandonedPublic

Authored by tstellarAMD on Oct 16 2015, 6:10 AM.

Details

Reviewers
arsenm

Diff Detail

Event Timeline

tstellarAMD retitled this revision from to AMDGPU/SI: Correctly emit global variables with common linkage when targeting HSA.
tstellarAMD updated this object.
tstellarAMD added a reviewer: arsenm.
tstellarAMD added a subscriber: llvm-commits.
arsenm added inline comments.Nov 4 2015, 5:03 PM
test/CodeGen/AMDGPU/hsa.ll
68

Shouldn't this be erroring? The initializer should be undef

test/CodeGen/AMDGPU/hsa.ll
68

Why does it need to be undef?

Handle both internal and common linkage.

tstellarAMD abandoned this revision.Dec 1 2015, 7:49 AM

Merged with D14508