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

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 3 07:30:09 PDT 2025


================
@@ -1,4 +1,5 @@
-; RUN: opt -passes=loop-unroll %s -o - | llc -O3 - -mtriple=aarch64-unknown-unknown -mcpu=neoverse-v2 -o - | FileCheck %s
+; RUN: opt -passes=loop-unroll %s -o - | llc -O3 - -mtriple=aarch64-unknown-unknown \
+; RUN:   -mcpu=neoverse-v1 -mattr=+sve2 -o - | FileCheck %s
----------------
david-arm wrote:

I plan to rewrite the SVE test in a separate patch since it's not representative of actual vectorised code. When I do that then this PR has no effect on the test.

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


More information about the llvm-commits mailing list