[PATCH] D119435: [Support][AArch64] Detect a few more host CPU features on AArch64

Danila Malyutin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 2 22:30:48 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGff33b6f90ac2: [Support][AArch64] Detect a few more host CPU features on AArch64 (authored by danilaml).
Herald added a project: All.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119435/new/

https://reviews.llvm.org/D119435

Files:
  llvm/lib/Support/Host.cpp


Index: llvm/lib/Support/Host.cpp
===================================================================
--- llvm/lib/Support/Host.cpp
+++ llvm/lib/Support/Host.cpp
@@ -1706,6 +1706,9 @@
                                    .Case("asimd", "neon")
                                    .Case("fp", "fp-armv8")
                                    .Case("crc32", "crc")
+                                   .Case("atomics", "lse")
+                                   .Case("sve", "sve")
+                                   .Case("sve2", "sve2")
 #else
                                    .Case("half", "fp16")
                                    .Case("neon", "neon")


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119435.412605.patch
Type: text/x-patch
Size: 657 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220303/6216c471/attachment.bin>


More information about the llvm-commits mailing list