[clang] [llvm] [clang][AArch64] Parse more features in getHostCPUFeatures (PR #146323)

Elvina Yakubova via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 30 03:31:17 PDT 2025


================
@@ -2082,8 +2082,13 @@ const StringMap<bool> sys::getHostCPUFeatures() {
                                    .Case("fp", "fp-armv8")
                                    .Case("crc32", "crc")
                                    .Case("atomics", "lse")
+                                   .Case("sha3", "sha3")
+                                   .Case("sm4", "sm4")
                                    .Case("sve", "sve")
                                    .Case("sve2", "sve2")
+                                   .Case("sveaes", "sve-aes")
+                                   .Case("svesha3", "sve-sha3")
----------------
ElvinaYakubova wrote:

it was separated recently https://github.com/llvm/llvm-project/commit/635acfbfca47e83f61231ae0e2f8f535e833e264 , should I add both then?

https://github.com/llvm/llvm-project/pull/146323


More information about the llvm-commits mailing list