Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / AArch64 / SVE2p1 / directive-arch_extension-negative.s
blob29de56c5d0f1888173c0c69b726bc2ca5af37df6
1 // RUN: not llvm-mc -triple aarch64 -filetype asm -o - %s 2>&1 | FileCheck %s
3 .arch_extension sve2p1
4 .arch_extension 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