[PATCH] D139304: [LLVM][ARM] Correct llvm feature for vfpv3d16 host feature

David Spickett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 6 02:47:27 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9f85af54d736: [LLVM][ARM] Correct llvm feature for vfpv3d16 host feature (authored by DavidSpickett).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139304

Files:
  llvm/lib/Support/Host.cpp


Index: llvm/lib/Support/Host.cpp
===================================================================
--- llvm/lib/Support/Host.cpp
+++ llvm/lib/Support/Host.cpp
@@ -1789,7 +1789,7 @@
                                    .Case("half", "fp16")
                                    .Case("neon", "neon")
                                    .Case("vfpv3", "vfp3")
-                                   .Case("vfpv3d16", "d16")
+                                   .Case("vfpv3d16", "vfp3d16")
                                    .Case("vfpv4", "vfp4")
                                    .Case("idiva", "hwdiv-arm")
                                    .Case("idivt", "hwdiv")


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139304.480409.patch
Type: text/x-patch
Size: 667 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221206/33d039e8/attachment.bin>


More information about the llvm-commits mailing list