[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / hsa-group-segment.ll
blob600793810e598a7258defa207d30a643de1ba7da
1 ; RUN: llc < %s -mtriple=amdgcn--amdhsa -mcpu=kaveri | FileCheck --check-prefix=HSA %s
3 @internal_group = internal addrspace(3) global i32 undef
4 @external_group = addrspace(3) global i32 undef
6 define amdgpu_kernel void @test() {
7 entry:
8   store i32 0, i32 addrspace(3)* @internal_group
9   store i32 0, i32 addrspace(3)* @external_group
10   ret void
13 ; HSA-NOT: internal_group:
14 ; HSA-NOT: external_group: