[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:18:39 PST 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-x86_64-debian-dylib` running on `gribozavr4` while building `llvm` at step 7 "test-build-unified-tree-check-llvm".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/60/builds/17484
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 7 (test-build-unified-tree-check-llvm) failure: test (failure)
******************** TEST 'LLVM :: CodeGen/AMDGPU/shufflevector.v2f16.v2f16.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 2: /b/1/llvm-x86_64-debian-dylib/build/bin/llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 < /b/1/llvm-x86_64-debian-dylib/llvm-project/llvm/test/CodeGen/AMDGPU/shufflevector.v2f16.v2f16.ll | /b/1/llvm-x86_64-debian-dylib/build/bin/FileCheck -check-prefixes=GFX9,GFX900 /b/1/llvm-x86_64-debian-dylib/llvm-project/llvm/test/CodeGen/AMDGPU/shufflevector.v2f16.v2f16.ll
+ /b/1/llvm-x86_64-debian-dylib/build/bin/llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900
+ /b/1/llvm-x86_64-debian-dylib/build/bin/FileCheck -check-prefixes=GFX9,GFX900 /b/1/llvm-x86_64-debian-dylib/llvm-project/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]}'
/b/1/llvm-x86_64-debian-dylib/llvm-project/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
^
/b/1/llvm-x86_64-debian-dylib/llvm-project/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