diff options
Diffstat (limited to 'test/CodeGen/AMDGPU/hsa-group-segment.ll')
| -rw-r--r-- | test/CodeGen/AMDGPU/hsa-group-segment.ll | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test/CodeGen/AMDGPU/hsa-group-segment.ll b/test/CodeGen/AMDGPU/hsa-group-segment.ll deleted file mode 100644 index 600793810e59..000000000000 --- a/test/CodeGen/AMDGPU/hsa-group-segment.ll +++ /dev/null @@ -1,14 +0,0 @@ -; RUN: llc < %s -mtriple=amdgcn--amdhsa -mcpu=kaveri | FileCheck --check-prefix=HSA %s - -@internal_group = internal addrspace(3) global i32 undef -@external_group = addrspace(3) global i32 undef - -define amdgpu_kernel void @test() { -entry: - store i32 0, i32 addrspace(3)* @internal_group - store i32 0, i32 addrspace(3)* @external_group - ret void -} - -; HSA-NOT: internal_group: -; HSA-NOT: external_group: |
