Sign in
llvm
/
llvm-project
/
047552600bd9fac5a6ae63d6e4d44cc174cc3da6
/
.
/
llvm
/
test
/
CodeGen
/
AArch64
/
streaming-func-no-sme.ll
blob: 9be776f81727169035cf98845fbdb56e197746de [
file
]
; RUN: not llc -mtriple aarch64-none-linux-gnu -filetype=null %s 2>&1 | FileCheck %s
; CHECK: LLVM ERROR: streaming SVE functions require SME
define
void
@streaming
(
i64
noundef
%n
)
"aarch64_pstate_sm_enabled"
nounwind
{
entry
:
ret
void
}