llvm.amdgcn.unreachable.ll 260 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 ; RUN: llc -march amdgcn %s -filetype=obj -o /dev/null ; RUN: llc -march amdgcn <%s | FileCheck %s define amdgpu_kernel void @f() { ; CHECK: ; divergent unreachable call void @llvm.amdgcn.unreachable() ret void } declare void @llvm.amdgcn.unreachable()