[llvm] [AArch64][SVE] Use FeatureUseFixedOverScalableIfEqualCost for A510 and A520 (PR #132246)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 4 06:48:41 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-aarch64-darwin` running on `doug-worker-4` while building `llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/190/builds/17694
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: Transforms/LoopVectorize/AArch64/sve-fixed-width-inorder-core.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
/Users/buildbot/buildbot-root/aarch64-darwin/build/bin/opt < /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Transforms/LoopVectorize/AArch64/sve-fixed-width-inorder-core.ll -mtriple=aarch64-none-elf -mcpu=cortex-a510 -mattr=+sve -passes=loop-vectorize -S | /Users/buildbot/buildbot-root/aarch64-darwin/build/bin/FileCheck /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Transforms/LoopVectorize/AArch64/sve-fixed-width-inorder-core.ll --check-prefix=CHECK-CA510 # RUN: at line 2
+ /Users/buildbot/buildbot-root/aarch64-darwin/build/bin/opt -mtriple=aarch64-none-elf -mcpu=cortex-a510 -mattr=+sve -passes=loop-vectorize -S
+ /Users/buildbot/buildbot-root/aarch64-darwin/build/bin/FileCheck /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Transforms/LoopVectorize/AArch64/sve-fixed-width-inorder-core.ll --check-prefix=CHECK-CA510
[1m/Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Transforms/LoopVectorize/AArch64/sve-fixed-width-inorder-core.ll:30:21: [0m[0;1;31merror: [0m[1mCHECK-CA510-NEXT: expected string not found in input
[0m; CHECK-CA510-NEXT: [[TMP2:%.*]] = add i64 [[INDEX]], 0
[0;1;32m ^
[0m[1m<stdin>:32:67: [0m[0;1;30mnote: [0m[1mscanning from here
[0m %index = phi i64 [ 0, %vector.ph ], [ %index.next, %vector.body ]
[0;1;32m ^
[0m[1m<stdin>:32:67: [0m[0;1;30mnote: [0m[1mwith "INDEX" equal to "%index"
[0m %index = phi i64 [ 0, %vector.ph ], [ %index.next, %vector.body ]
[0;1;32m ^
[0m[1m<stdin>:63:8: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m %indvars.iv = phi i64 [ %indvars.iv.next, %for.body ], [ %bc.resume.val, %scalar.ph ]
[0;1;32m ^
[0m
Input file: <stdin>
Check file: /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Transforms/LoopVectorize/AArch64/sve-fixed-width-inorder-core.ll
-dump-input=help explains the following input dump.
Input was:
<<<<<<
[1m[0m[0;1;30m 1: [0m[1m[0;1;46m; ModuleID = '<stdin>' [0m
[0;1;30m 2: [0m[1m[0;1;46msource_filename = "<stdin>" [0m
[0;1;30m 3: [0m[1m[0;1;46mtarget datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128-Fn32" [0m
[0;1;30m 4: [0m[1m[0;1;46mtarget triple = "aarch64-unknown-none-elf" [0m
[0;1;30m 5: [0m[1m[0;1;46m [0m
[0;1;30m 6: [0m[1m[0;1;46m[0mdefine void @sve_add(ptr %dst, ptr %a, ptr %b, i64 %n) #0 {[0;1;46m [0m
[0;1;32mlabel:6'0 ^~~~~~~~~~~~~~~~~~~~~
[0m[0;1;32mlabel:6'1 ^~~~~~~~~~~~~~~~~~~~~
[0m[0;1;32msame:7'0 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[0;1;32msame:7'1 ^~~~ captured var "DST"
[0m[0;1;32msame:7'2 ^~ captured var "A"
[0m[0;1;32msame:7'3 ^~ captured var "B"
[0m[0;1;32msame:7'4 ^~ captured var "N"
[0m[0;1;32msame:7'5 ^ captured var "ATTR0"
[0m[0;1;30m 7: [0m[1m[0;1;46m[0mentry:[0;1;46m [0m
[0;1;32mnext:8'0 ^~~~~~
[0m[0;1;32mnext:8'1 ^~~~~~ captured var "ENTRY"
[0m[0;1;30m 8: [0m[1m[0;1;46m [0m%b3 = ptrtoint ptr %b to i64[0;1;46m [0m
[0;1;32mnext:9'0 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[0;1;32mnext:9'1 with "B" equal to "%b"
[0m[0;1;32mnext:9'2 ^~~ captured var "B3"
[0m[0;1;30m 9: [0m[1m[0;1;46m [0m%a2 = ptrtoint ptr %a to i64[0;1;46m [0m
...
```
</details>
https://github.com/llvm/llvm-project/pull/132246
More information about the llvm-commits
mailing list