brintos

brintos / llvm-project-archived public Read only

0
0
Text · 359 B · 6ba537c Raw
12 lines · plain
1// RUN: not llvm-mc -triple aarch64 -filetype asm -o - %s 2>&1 | FileCheck %s2 3.cpu generic+sve2+nosve4ptrue   p0.b, pow25// CHECK: error: instruction requires: sve or sme6// CHECK-NEXT: ptrue   p0.b, pow27 8// Check that setting +nosve implies +nosve29adclb z0.s, z1.s, z31.s10// CHECK: error: instruction requires: sve211// CHECK-NEXT: adclb z0.s, z1.s, z31.s12