brintos

brintos / llvm-project-archived public Read only

0
0
Text · 235 B · 8824e8e Raw
8 lines · plain
1; RUN: not llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -filetype=null %s 2>&1 | FileCheck %s2 3; CHECK: LLVM ERROR: unsupported calling convention4define void @caller(ptr %func) {5  call aarch64_sve_vector_pcs void %func()6  ret void7}8