[clang] [llvm] [LLVM][MC][AArch64] Assembler support for Armv9.6-A memory systems extensions (PR #112341)
Jonathan Thackray via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 18 16:20:10 PDT 2024
================
@@ -1331,7 +1331,10 @@ TEST(TargetParserTest, AArch64ExtensionFeatures) {
AArch64::AEK_SVE_F16F32MM, AArch64::AEK_SVE_AES2,
AArch64::AEK_SSVE_AES, AArch64::AEK_F8F32MM,
AArch64::AEK_F8F16MM, AArch64::AEK_LSFE,
- AArch64::AEK_FPRCVT, AArch64::AEK_CMPBR};
+ AArch64::AEK_FPRCVT, AArch64::AEK_CMPBR,
+ AArch64::AEK_LSUI, AArch64::AEK_OCCMO,
+ AArch64::AEK_PCDPHINT,
+ };
----------------
jthackray wrote:
Fix `clang-format`:
```suggestion
};
```
https://github.com/llvm/llvm-project/pull/112341
More information about the cfe-commits
mailing list