[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / MC / AArch64 / SME / streaming-sve-feature.s
blob90b1b6bd64ad6c681e02c8fc8997f0b3027318b8
1 // RUN: llvm-mc -triple=aarch64 -mattr=+sme < %s 2>&1 | FileCheck %s
2 // RUN: not llvm-mc -triple=aarch64 -mattr=-neon,+sme < %s 2>&1 | FileCheck %s --check-prefix=CHECK-ERROR
4 // Verify NEON is disabled when targeting streaming mode, if it's not
5 // explicitly requested.
6 add v0.8b, v1.8b, v2.8b
7 // CHECK: add v0.8b, v1.8b, v2.8b
8 // CHECK-ERROR: error: instruction requires: neon