[PATCH] D91848: [AArch64] Enable post RA scheduler for Cortex-R82

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 20 00:47:41 PST 2020


SjoerdMeijer created this revision.
SjoerdMeijer added reviewers: dmgreen, samparker, momchil.velikov.
Herald added subscribers: danielkiss, hiraditya, kristof.beyls.
Herald added a project: LLVM.
SjoerdMeijer requested review of this revision.

Something I forgot when I added the Cortex-R82 and while I am at it add FuseAES too.


https://reviews.llvm.org/D91848

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
@@ -670,7 +670,9 @@
 def ProcR82 : SubtargetFeature<"cortex-r82", "ARMProcFamily",
                                "CortexR82",
                                "Cortex-R82 ARM Processors", [
-                               // All features are implied by v8_0r ops:
+                               FeaturePostRAScheduler,
+                               FeatureFuseAES,
+                               // All other features are implied by v8_0r ops:
                                HasV8_0rOps,
                                ]>;
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91848.306614.patch
Type: text/x-patch
Size: 720 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201120/035d30d7/attachment.bin>


More information about the llvm-commits mailing list