[llvm] [AArch64] Change IssueWidth to 6 in AArch64SchedNeoverseV2.td (PR #142565)

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 6 02:23:43 PDT 2025


================
@@ -14,7 +14,7 @@
 //===----------------------------------------------------------------------===//
 
 def NeoverseV2Model : SchedMachineModel {
-  let IssueWidth            =  16; // Micro-ops dispatched at a time.
+  let IssueWidth            =   6; // Micro-ops dispatched at a time.
----------------
david-arm wrote:

I've tried to update the comment, hope it makes sense!

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


More information about the llvm-commits mailing list