1 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1010 -verify-machineinstrs < %s | FileCheck -check-prefix=GCN %s
2 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1100 -verify-machineinstrs < %s | FileCheck -check-prefix=GCN %s
5 ; v_cndmask_b32_e64 v0, 0, 1, vcc_lo{{$}}
7 ; GCN: foo1@gotpcrel32@lo+4
8 ; GCN: foo1@gotpcrel32@hi+12
10 define void @foo1(i32 %x) #1 {
12 %cc = icmp eq i32 %x, 0
13 store volatile i1 %cc, ptr undef
17 define amdgpu_kernel void @kernel1(float %x) #0 {
19 call void @foo1(float %x)
23 attributes #0 = { nounwind "target-features"="+wavefrontsize32" }
24 attributes #1 = { noinline nounwind "target-features"="+wavefrontsize64" }