[llvm] [AArch64] Update IssueWidth for Neoverse V1, N1, N3 (PR #154495)

Simon Wallis via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 21 00:17:48 PDT 2025


================
@@ -15,7 +15,7 @@
 //===----------------------------------------------------------------------===//
 
 def NeoverseN1Model : SchedMachineModel {
-  let IssueWidth            =   8; // Maximum micro-ops dispatch rate.
+  let IssueWidth            =   3; // Maximum micro-ops dispatch rate.
----------------
simonwallis2 wrote:

Sure. Done for AArch64SchedNeoverseN1.td and AArch64SchedNeoverseV1.td.

https://github.com/llvm/llvm-project/pull/154495


More information about the llvm-commits mailing list