[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 20:02:25 PST 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clang-aarch64-global-isel` running on `linaro-clang-aarch64-global-isel` while building `llvm` at step 7 "ninja check 1".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/125/builds/5080
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 7 (ninja check 1) failure: stage 1 checked (failure)
******************** TEST 'LLVM :: CodeGen/AMDGPU/shufflevector.v2f16.v2f16.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 2: /home/tcwg-buildbot/worker/clang-aarch64-global-isel/stage1/bin/llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 < /home/tcwg-buildbot/worker/clang-aarch64-global-isel/llvm/llvm/test/CodeGen/AMDGPU/shufflevector.v2f16.v2f16.ll | /home/tcwg-buildbot/worker/clang-aarch64-global-isel/stage1/bin/FileCheck -check-prefixes=GFX9,GFX900 /home/tcwg-buildbot/worker/clang-aarch64-global-isel/llvm/llvm/test/CodeGen/AMDGPU/shufflevector.v2f16.v2f16.ll
+ /home/tcwg-buildbot/worker/clang-aarch64-global-isel/stage1/bin/llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900
+ /home/tcwg-buildbot/worker/clang-aarch64-global-isel/stage1/bin/FileCheck -check-prefixes=GFX9,GFX900 /home/tcwg-buildbot/worker/clang-aarch64-global-isel/llvm/llvm/test/CodeGen/AMDGPU/shufflevector.v2f16.v2f16.ll
error: couldn't allocate input reg for constraint '{s[10:10]}'
error: couldn't allocate input reg for constraint '{s[10:10]}'
error: couldn't allocate input reg for constraint '{s[10:10]}'
error: couldn't allocate input reg for constraint '{s[10:10]}'
error: couldn't allocate input reg for constraint '{s[10:10]}'
error: couldn't allocate input reg for constraint '{s[10:10]}'
error: couldn't allocate input reg for constraint '{s[10:10]}'
error: couldn't allocate input reg for constraint '{s[10:10]}'
error: couldn't allocate input reg for constraint '{s[10:10]}'
error: couldn't allocate input reg for constraint '{s[10:10]}'
error: couldn't allocate input reg for constraint '{s[10:10]}'
error: couldn't allocate input reg for constraint '{s[10:10]}'
error: couldn't allocate input reg for constraint '{s[10:10]}'
error: couldn't allocate input reg for constraint '{s[10:10]}'
error: couldn't allocate input reg for constraint '{s[10:10]}'
error: couldn't allocate input reg for constraint '{s[10:10]}'
error: couldn't allocate input reg for constraint '{s[10:10]}'
error: couldn't allocate input reg for constraint '{s[10:10]}'
error: couldn't allocate input reg for constraint '{s[10:10]}'
error: couldn't allocate input reg for constraint '{s[10:10]}'
error: couldn't allocate input reg for constraint '{s[10:10]}'
error: couldn't allocate input reg for constraint '{s[10:10]}'
error: couldn't allocate input reg for constraint '{s[10:10]}'
error: couldn't allocate input reg for constraint '{s[10:10]}'
error: couldn't allocate input reg for constraint '{s[10:10]}'
/home/tcwg-buildbot/worker/clang-aarch64-global-isel/llvm/llvm/test/CodeGen/AMDGPU/shufflevector.v2f16.v2f16.ll:983:16: error: GFX900-NEXT: expected string not found in input
; GFX900-NEXT: ;;#ASMSTART
^
<stdin>:842:41: note: scanning from here
s_waitcnt vmcnt(0) expcnt(0) lgkmcnt(0)
^
<stdin>:846:2: note: possible intended match here
; -- End function
^
/home/tcwg-buildbot/worker/clang-aarch64-global-isel/llvm/llvm/test/CodeGen/AMDGPU/shufflevector.v2f16.v2f16.ll:1013:16: error: GFX900-NEXT: expected string not found in input
; GFX900-NEXT: ;;#ASMSTART
^
<stdin>:869:41: note: scanning from here
s_waitcnt vmcnt(0) expcnt(0) lgkmcnt(0)
^
<stdin>:873:2: note: possible intended match here
; -- End function
...
```
</details>
https://github.com/llvm/llvm-project/pull/123574
More information about the llvm-commits
mailing list