================
@@ -1860,12 +1866,9 @@ AArch64ExtensionDependenciesBaseArchTestParams
         {AArch64::ARMV8A, {"sve2p1", "nosve2"}, {}, {"sve2", "sve2p1"}},
         {AArch64::ARMV8A,
          {"nosve2", "sve2-bitperm"},
-         {"sve2", "sve2-bitperm"},
+         {"sve2", "sve-bitperm"},
          {}},
-        {AArch64::ARMV8A,
-         {"sve2-bitperm", "nosve2"},
-         {},
-         {"sve2", "sve2-bitperm"}},
+        {AArch64::ARMV8A, {"sve-bitperm", "nosve2"}, {"sve-bitperm"}, 
{"sve2"}},
----------------
Lukacma wrote:

```suggestion
        {AArch64::ARMV8A, {"sve2-bitperm", "nosve2"}, {"sve-bitperm"}, 
{"sve2"}},
```
Did you mean to test this ?

https://github.com/llvm/llvm-project/pull/121947
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to