[llvm] [AArch64] Update feature dep. for Armv9.6 extensions (PR #113466)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 24 02:19:23 PDT 2024
================
@@ -1904,6 +1926,10 @@ AArch64ExtensionDependenciesBaseArchTestParams
{AArch64::ARMV8A, {"sme-f8f16", "nofp8"}, {}, {"fp8", "sme-f8f16"}},
{AArch64::ARMV8A, {"nofp8", "sme-f8f32"}, {"fp8", "sme-f8f32"}, {}},
{AArch64::ARMV8A, {"sme-f8f32", "nofp8"}, {}, {"fp8", "sme-f8f32"}},
+ {AArch64::ARMV9_6A, {"nofp8", "f8f16mm"}, {"fp8", "f8f16mm"}, {}},
----------------
SpencerAbson wrote:
nit: could you add `f8f16mm` and `f8f32mm` to the `// fp8 -> {...` comment?
https://github.com/llvm/llvm-project/pull/113466
More information about the llvm-commits
mailing list