blob: f01019968904b04776031c0bc79ff13873e57cc5 [file] [log] [blame] [edit]
; RUN: not --crash llc -mtriple=amdgcn -mcpu=gfx1250 < %s 2>&1 | FileCheck -check-prefix=ERR %s
; ERR: LLVM ERROR: Cannot select: intrinsic %llvm.amdgcn.s.waitcnt
define amdgpu_kernel void @test_waitcnt_builtin() {
call void @llvm.amdgcn.s.waitcnt(i32 0)
ret void
}
declare void @llvm.amdgcn.s.waitcnt(i32)