[llvm] [AArch64] Change IssueWidth to 6 in AArch64SchedNeoverseV2.td (PR #142565)
Paul Walker via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 3 05:46:30 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
----------------
paulwalker-arm wrote:
What happens when you don't change the RUN line? I ask because the new RUN line is artificial whereas I think if the transformation is ever broken for a genuine target then we should know about it.
https://github.com/llvm/llvm-project/pull/142565
More information about the llvm-commits
mailing list