[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / MC / AArch64 / SME2p1 / directive-arch_extension.s
blob653956d733450c1d8889dac0bf8a41ee8af5dd5c
1 // RUN: llvm-mc -triple aarch64 -filetype asm -o - %s 2>&1 | FileCheck %s
3 .arch_extension sme2p1
4 sqcvt z0.h, { z0.s, z1.s }
5 // CHECK: sqcvt z0.h, { z0.s, z1.s }