[llvm] [AArch64] Update feature dep. for Armv9.6 extensions (PR #113466)
Jonathan Thackray via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 23 12:51:29 PDT 2024
================
@@ -1861,7 +1881,7 @@ AArch64ExtensionDependenciesBaseArchTestParams
{AArch64::ARMV8A, {"sme-fa64", "nosme"}, {}, {"sme", "sme-fa64"}},
// sme2 -> {sme2p1, ssve-fp8fma, ssve-fp8dot2, ssve-fp8dot4, sme-f8f16,
- // sme-f8f32, sme-b16b16}
+ // sme-f8f32, sme-b16b16i, ssve-aes}
----------------
jthackray wrote:
typo?
```suggestion
// sme-f8f32, sme-b16b16, ssve-aes}
```
https://github.com/llvm/llvm-project/pull/113466
More information about the llvm-commits
mailing list