[llvm] [AArch64] Update feature dep. for Armv9.6 extensions (PR #125874)
Maciej Gabka via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 5 08:09:12 PST 2025
================
@@ -1978,6 +1988,7 @@ AArch64ExtensionDependenciesBaseArchTestParams
{AArch64::ARMV9_6A, {"fp8dot4", "nofp8"}, {}, {"fp8", "fp8dot4"}},
{AArch64::ARMV9_6A, {"nofp8", "fp8dot2"}, {"fp8", "fp8dot2"}, {}},
{AArch64::ARMV9_6A, {"fp8dot2", "nofp8"}, {}, {"fp8", "fp8dot2"}},
+
----------------
mgabka wrote:
nit: not needed change
https://github.com/llvm/llvm-project/pull/125874
More information about the llvm-commits
mailing list