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

7 lines
217 B
ArmAsm

// RUN: not llvm-mc -triple aarch64 -filetype asm -o - %s 2>&1 | FileCheck %s
.arch_extension sme2p1
.arch_extension nosme2
sqcvt z0.h, { z0.s, z1.s }
// CHECK: error: instruction requires: sme2
// CHECK: sqcvt z0.h