19 lines · plain
1// RUN: llvm-mc -triple=aarch64 < %s | FileCheck %s2 3.arch_extension sve4 5ptrue p0.b, pow26// CHECK: ptrue p0.b, pow27 8// Test that the implied +sve feature is also set from +sve2.9.arch_extension nosve10.arch_extension sve211ptrue p0.b, pow212// CHECK: ptrue p0.b, pow213 14// Check that setting +nosve2 does not imply +nosve15.arch_extension nosve216 17ptrue p0.b, pow218// CHECK: ptrue p0.b, pow219