[AMDGPU] Add True16 register classes.
[llvm-project.git] / llvm / test / MC / AArch64 / SVE / directive-arch_extension-negative.s
blob661f13974d0bc89109723a90169d8c9de115d12d
1 // RUN: not llvm-mc -triple aarch64 -filetype asm -o - %s 2>&1 | FileCheck %s
3 .arch_extension nosve
5 ptrue p0.b, pow2
6 // CHECK: error: instruction requires: sve or sme
7 // CHECK-NEXT: ptrue p0.b, pow2