Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / AArch64 / SVE2p1 / directive-arch-negative.s
blob7f1fa8f9342a5c01df0b9e7ed48af041bb09d903
1 // RUN: not llvm-mc -triple aarch64 -filetype asm -o - %s 2>&1 | FileCheck %s
3 .arch armv9-a+sve2p1
4 .arch armv9-a+nosve2p1
5 sclamp z0.s, z1.s, z2.s
6 // CHECK: error: instruction requires: sme or sve2p1
7 // CHECK: sclamp z0.s, z1.s, z2.s