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