1 ; RUN: llc -global-isel=0 -march=amdgcn -verify-machineinstrs -mcpu=gfx1100 < %s | FileCheck -check-prefix=GCN %s
2 ; RUN: llc -global-isel -march=amdgcn -verify-machineinstrs -mcpu=gfx1100 < %s | FileCheck -check-prefix=GCN %s
4 ; GCN-LABEL: {{^}}test_wait_event:
5 ; GCN: s_wait_event 0x0
7 define amdgpu_ps void @test_wait_event() #0 {
9 call void @llvm.amdgcn.s.wait.event.export.ready() #0
13 declare void @llvm.amdgcn.s.wait.event.export.ready() #0
15 attributes #0 = { nounwind }