brintos

brintos / llvm-project-archived public Read only

0
0
Text · 363 B · 31118f7 Raw
13 lines · plain
1// RUN: not llvm-mc -triple aarch64 -filetype asm -o - %s 2>&1 | FileCheck %s2 3.arch_extension sve2+nosve4 5ptrue   p0.b, pow26// CHECK: error: instruction requires: sve or sme7// CHECK-NEXT: ptrue   p0.b, pow28 9// Check that setting +nosve implies +nosve210adclb z0.s, z1.s, z31.s11// CHECK: error: instruction requires: sve212// CHECK-NEXT: adclb z0.s, z1.s, z31.s13