[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / llvm.amdgcn.s.wait.event.ll
blob3e95e4dec67a2bcbd9e3d6fe048d4f4cdd952fcc
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 {
8 entry:
9   call void @llvm.amdgcn.s.wait.event.export.ready() #0
10   ret void
13 declare void @llvm.amdgcn.s.wait.event.export.ready() #0
15 attributes #0 = { nounwind }