brintos

brintos / llvm-project-archived public Read only

0
0
Text · 241 B · 9be776f Raw
8 lines · plain
1; RUN: not llc -mtriple aarch64-none-linux-gnu -filetype=null %s 2>&1 | FileCheck %s2 3; CHECK: LLVM ERROR: streaming SVE functions require SME4define void @streaming(i64 noundef %n) "aarch64_pstate_sm_enabled" nounwind {5entry:6  ret void7}8