[PATCH] D96493: [ARM] Copy-paste error in ARMv87a architecture definition.
Simon Tatham via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 11 05:13:00 PST 2021
simon_tatham created this revision.
simon_tatham added reviewers: ostannard, pratlucas, momchil.velikov.
Herald added subscribers: danielkiss, hiraditya, kristof.beyls.
simon_tatham requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
In the tablegen architecture definition, the Name field for the
ARMv87a record read "ARMv86a". All the other records contain their own
names.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D96493
Files:
llvm/lib/Target/ARM/ARM.td
Index: llvm/lib/Target/ARM/ARM.td
===================================================================
--- llvm/lib/Target/ARM/ARM.td
+++ llvm/lib/Target/ARM/ARM.td
@@ -852,7 +852,7 @@
FeatureCRC,
FeatureRAS,
FeatureDotProd]>;
-def ARMv87a : Architecture<"armv8.7-a", "ARMv86a", [HasV8_7aOps,
+def ARMv87a : Architecture<"armv8.7-a", "ARMv87a", [HasV8_7aOps,
FeatureAClass,
FeatureDB,
FeatureFPARMv8,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96493.322956.patch
Type: text/x-patch
Size: 742 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210211/d2b415bb/attachment.bin>
More information about the llvm-commits
mailing list