[PATCH] D105882: [AArch64] Update Cortex-A55 SchedModel to improve LDP scheduling

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 14 15:10:56 PDT 2021


dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.

LGTM Thanks.



================
Comment at: llvm/lib/Target/AArch64/AArch64SchedA55.td:108
                                                   let ResourceCycles = [8]; }
+                                                  
+def CortexA55WriteLDP1 : SchedWriteRes<[]> { let Latency = 4; }                                              
----------------
There is some extra whitespace here


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105882



More information about the llvm-commits mailing list