[llvm] [SLP] Move some of X86 tests to common directory (PR #106401)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 29 03:33:08 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-sie-ubuntu-fast` running on `sie-linux-worker` while building `llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/144/builds/5728
<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/SLPVectorizer/diamond_broadcast.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 3: /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/opt < /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/Transforms/SLPVectorizer/diamond_broadcast.ll -passes=slp-vectorizer -S -mtriple=x86_64-unknown-linux -slp-threshold=-1 | /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/Transforms/SLPVectorizer/diamond_broadcast.ll
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/opt -passes=slp-vectorizer -S -mtriple=x86_64-unknown-linux -slp-threshold=-1
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/Transforms/SLPVectorizer/diamond_broadcast.ll
RUN: at line 4: /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/opt < /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/Transforms/SLPVectorizer/diamond_broadcast.ll -passes=slp-vectorizer -S -mtriple=aarch64-unknown-linux-gnu -slp-threshold=-1 | /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/Transforms/SLPVectorizer/diamond_broadcast.ll
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/Transforms/SLPVectorizer/diamond_broadcast.ll
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/opt -passes=slp-vectorizer -S -mtriple=aarch64-unknown-linux-gnu -slp-threshold=-1
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/opt: warning: failed to infer data layout: unable to get target for 'aarch64-unknown-linux-gnu', see --version and --triple.
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/opt: WARNING: failed to create target machine for 'aarch64-unknown-linux-gnu': unable to get target for 'aarch64-unknown-linux-gnu', see --version and --triple.
[1m/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/Transforms/SLPVectorizer/diamond_broadcast.ll:10:15: [0m[0;1;31merror: [0m[1mCHECK-NEXT: expected string not found in input
[0m; CHECK-NEXT: [[TMP0:%.*]] = insertelement <4 x i32> poison, i32 [[LD]], i32 0
[0;1;32m ^
[0m[1m<stdin>:7:33: [0m[0;1;30mnote: [0m[1mscanning from here
[0m %ld = load i32, ptr %A, align 4
[0;1;32m ^
[0m[1m<stdin>:7:33: [0m[0;1;30mnote: [0m[1mwith "LD" equal to "%ld"
[0m %ld = load i32, ptr %A, align 4
[0;1;32m ^
[0m[1m<stdin>:11:7: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m %arrayidx9 = getelementptr inbounds i32, ptr %B, i64 1
[0;1;32m ^
[0m
Input file: <stdin>
Check file: /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/Transforms/SLPVectorizer/diamond_broadcast.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 triple = "aarch64-unknown-linux-gnu" [0m
[0;1;30m 4: [0m[1m[0;1;46m [0m
[0;1;30m 5: [0m[1m[0;1;46mdefine i32 [0m at diamond_broadcast([0;1;46mptr noalias nocapture %B, ptr noalias nocapture %A) { [0m
[0;1;32mlabel:7'0 ^~~~~~~~~~~~~~~~~~~
[0m[0;1;32mlabel:7'1 ^~~~~~~~~~~~~~~~~~~
[0m[0;1;30m 6: [0m[1m[0;1;46m[0mentry:[0;1;46m [0m
[0;1;32mnext:8 ^~~~~~
[0m[0;1;30m 7: [0m[1m[0;1;46m [0m%ld = load i32, ptr %A, align 4[0;1;46m [0m
[0;1;32mnext:9'0 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[0;1;32mnext:9'1 ^~~ captured var "LD"
[0m[0;1;32mnext:9'2 ^~ captured var "A"
[0m[0;1;31mnext:10'0 X error: no match found
[0m[0;1;31mnext:10'1 with "LD" equal to "%ld"
[0m[0;1;30m 8: [0m[1m[0;1;46m %mul = mul i32 %ld, %ld [0m
[0;1;31mnext:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~
...
```
</details>
https://github.com/llvm/llvm-project/pull/106401
More information about the llvm-commits
mailing list