brintos

brintos / llvm-project-archived public Read only

0
0
Text · 267 B · 8bacea9 Raw
10 lines · plain
1; RUN: llc -mtriple=amdgcn %s -filetype=obj -filetype=null2; RUN: llc -mtriple=amdgcn < %s | FileCheck %s3define amdgpu_kernel void @f() {4  ; CHECK: ; divergent unreachable5  call void @llvm.amdgcn.unreachable()6  ret void7}8 9declare void @llvm.amdgcn.unreachable()10