brintos

brintos / llvm-project-archived public Read only

0
0
Text · 379 B · e4fdd09 Raw
9 lines · plain
1// RUN: llvm-mc -triple=aarch64 -mattr=+sme < %s 2>&1 | FileCheck %s2// RUN: not llvm-mc -triple=aarch64 -mattr=+sme,-neon < %s 2>&1 | FileCheck %s --check-prefix=CHECK-ERROR3 4// Verify NEON is disabled when targeting streaming mode, if it's not5// explicitly requested.6add v0.8b, v1.8b, v2.8b7// CHECK: add v0.8b, v1.8b, v2.8b8// CHECK-ERROR: error: instruction requires: neon9