bolt/deps/llvm-18.1.8/llvm/test/MC/AArch64/SVE2p1/directive-arch-negative.s
2025-02-14 19:21:04 +01:00

7 lines
234 B
ArmAsm

// RUN: not llvm-mc -triple aarch64 -filetype asm -o - %s 2>&1 | FileCheck %s
.arch armv9-a+sve2p1
.arch armv9-a+nosve2p1
sclamp z0.s, z1.s, z2.s
// CHECK: error: instruction requires: sme or sve2p1
// CHECK: sclamp z0.s, z1.s, z2.s