[llvm] AMDGPU: Expand shuffle testing with generated tests (PR #123574)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 20 19:24:39 PST 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-gcc-ubuntu` running on `sie-linux-worker3` while building `llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/174/builds/11723
<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 :: CodeGen/AMDGPU/shufflevector.v2i64.v2i64.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 2: /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 < /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AMDGPU/shufflevector.v2i64.v2i64.ll | /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/FileCheck -check-prefixes=GFX9,GFX900 /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AMDGPU/shufflevector.v2i64.v2i64.ll
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/FileCheck -check-prefixes=GFX9,GFX900 /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AMDGPU/shufflevector.v2i64.v2i64.ll
error: couldn't allocate input reg for constraint '{s[10:13]}'
error: couldn't allocate input reg for constraint '{s[10:13]}'
error: couldn't allocate input reg for constraint '{s[10:13]}'
error: couldn't allocate input reg for constraint '{s[10:13]}'
error: couldn't allocate input reg for constraint '{s[10:13]}'
error: couldn't allocate input reg for constraint '{s[10:13]}'
error: couldn't allocate input reg for constraint '{s[10:13]}'
error: couldn't allocate input reg for constraint '{s[10:13]}'
error: couldn't allocate input reg for constraint '{s[10:13]}'
error: couldn't allocate input reg for constraint '{s[10:13]}'
error: couldn't allocate input reg for constraint '{s[10:13]}'
error: couldn't allocate input reg for constraint '{s[10:13]}'
error: couldn't allocate input reg for constraint '{s[10:13]}'
error: couldn't allocate input reg for constraint '{s[10:13]}'
error: couldn't allocate input reg for constraint '{s[10:13]}'
error: couldn't allocate input reg for constraint '{s[10:13]}'
error: couldn't allocate input reg for constraint '{s[10:13]}'
error: couldn't allocate input reg for constraint '{s[10:13]}'
error: couldn't allocate input reg for constraint '{s[10:13]}'
error: couldn't allocate input reg for constraint '{s[10:13]}'
error: couldn't allocate input reg for constraint '{s[10:13]}'
error: couldn't allocate input reg for constraint '{s[10:13]}'
error: couldn't allocate input reg for constraint '{s[10:13]}'
error: couldn't allocate input reg for constraint '{s[10:13]}'
error: couldn't allocate input reg for constraint '{s[10:13]}'
[1m/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AMDGPU/shufflevector.v2i64.v2i64.ll:1015:16: [0m[0;1;31merror: [0m[1mGFX900-NEXT: expected string not found in input
[0m; GFX900-NEXT: ;;#ASMSTART
[0;1;32m ^
[0m[1m<stdin>:852:41: [0m[0;1;30mnote: [0m[1mscanning from here
[0m s_waitcnt vmcnt(0) expcnt(0) lgkmcnt(0)
[0;1;32m ^
[0m[1m<stdin>:856:2: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m ; -- End function
[0;1;32m ^
[0m[1m/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AMDGPU/shufflevector.v2i64.v2i64.ll:1045:16: [0m[0;1;31merror: [0m[1mGFX900-NEXT: expected string not found in input
[0m; GFX900-NEXT: ;;#ASMSTART
[0;1;32m ^
[0m[1m<stdin>:879:41: [0m[0;1;30mnote: [0m[1mscanning from here
[0m s_waitcnt vmcnt(0) expcnt(0) lgkmcnt(0)
[0;1;32m ^
[0m[1m<stdin>:883:2: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m ; -- End function
...
```
</details>
https://github.com/llvm/llvm-project/pull/123574
More information about the llvm-commits
mailing list