brintos

brintos / llvm-project-archived public Read only

0
0
Text · 244 B · 1af6245 Raw
8 lines · plain
1// RUN: not llvm-mc -triple aarch64 -filetype asm -o - %s 2>&1 | FileCheck %s2 3.arch_extension sve2p34.arch_extension nosve2p35addqp z0.b, z0.b, z0.b6// CHECK: error: instruction requires: sme2p3 or sve2p37// CHECK-NEXT: addqp z0.b, z0.b, z0.b8