Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / AArch64 / SVE / directive-arch.s
blob81473fbec8221157c6d147279f060ad04cc2805a
1 // RUN: llvm-mc -triple=aarch64 < %s | FileCheck %s
3 .arch armv8-a+sve
5 ptrue p0.b, pow2
6 // CHECK: ptrue p0.b, pow2
8 // Test that the implied +sve feature is also set from +sve2.
9 .arch armv8-a+sve2
11 ptrue p0.b, pow2
12 // CHECK: ptrue p0.b, pow2