[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / MC / AArch64 / SVE / directive-arch-negative.s
blobe3029c16ffc8a68821549ec74a02ad70893327f4
1 // RUN: not llvm-mc -triple aarch64 -filetype asm -o - %s 2>&1 | FileCheck %s
3 // Check that setting +nosve implies +nosve2
4 .arch armv9-a+nosve
6 adclb z0.s, z1.s, z31.s
7 // CHECK: error: instruction requires: sve2
8 // CHECK-NEXT: adclb z0.s, z1.s, z31.s