Sign in
◑
Theme
llvm
/
llvm-project
/
e14b11b74dcafea1e2a71b9788b85b34ab4cf1e6
/
.
/
llvm
/
test
/
CodeGen
/
AMDGPU
/
unsupported-calling-conv-call.ll
blob: 14994a33ee2356d5d6985eebac202faa4446da8c [
file
]
; RUN: not llc -mtriple=amdgpu9.00-amd-amdhsa -filetype=null %s 2>&1 | FileCheck %s
; CHECK: LLVM ERROR: unsupported calling convention
define
void
@caller
(
ptr
%func
)
{
call
aarch64_sve_vector_pcs
void
%func
()
ret
void
}