OSDN Git Service

AMDGPU: Error on LDS global address in functions
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 8 Jun 2018 08:05:54 +0000 (08:05 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 8 Jun 2018 08:05:54 +0000 (08:05 +0000)
commit0aedafefd12cbc1d260858e5024d33d0a74261c8
treece4d4dbcbb8ab072af32da680a3323e105b77197
parent3006b374d6f79b78cbdbb3ddd98ce0d724cd6279
AMDGPU: Error on LDS global address in functions

These won't work as expected now, so error on them to avoid
wasting time debugging this in the future.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@334269 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/AMDGPUISelLowering.cpp
test/CodeGen/AMDGPU/lds-global-non-entry-func.ll [new file with mode: 0644]