[PATCH] D109323: [AArch64] Improve adrp schedule modelling on the Cortex-A55
Nicholas Guy via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 6 08:23:10 PDT 2021
NickGuy updated this revision to Diff 370928.
NickGuy edited the summary of this revision.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109323/new/
https://reviews.llvm.org/D109323
Files:
llvm/lib/Target/AArch64/AArch64.td
Index: llvm/lib/Target/AArch64/AArch64.td
===================================================================
--- llvm/lib/Target/AArch64/AArch64.td
+++ llvm/lib/Target/AArch64/AArch64.td
@@ -616,6 +616,7 @@
FeatureRCPC,
FeaturePerfMon,
FeaturePostRAScheduler,
+ FeatureFuseAddress,
]>;
def ProcA57 : SubtargetFeature<"a57", "ARMProcFamily", "CortexA57",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109323.370928.patch
Type: text/x-patch
Size: 540 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210906/40283332/attachment.bin>
More information about the llvm-commits
mailing list