[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:06 PST 2025


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `clang-x86_64-debian-fast` running on `gribozavr4` while building `llvm` at step 6 "test-build-unified-tree-check-all".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/56/builds/16695

<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.v2bf16.v2bf16.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /b/1/clang-x86_64-debian-fast/llvm.obj/bin/llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 < /b/1/clang-x86_64-debian-fast/llvm.src/llvm/test/CodeGen/AMDGPU/shufflevector.v2bf16.v2bf16.ll | /b/1/clang-x86_64-debian-fast/llvm.obj/bin/FileCheck -check-prefixes=GFX9,GFX900 /b/1/clang-x86_64-debian-fast/llvm.src/llvm/test/CodeGen/AMDGPU/shufflevector.v2bf16.v2bf16.ll
+ /b/1/clang-x86_64-debian-fast/llvm.obj/bin/FileCheck -check-prefixes=GFX9,GFX900 /b/1/clang-x86_64-debian-fast/llvm.src/llvm/test/CodeGen/AMDGPU/shufflevector.v2bf16.v2bf16.ll
+ /b/1/clang-x86_64-debian-fast/llvm.obj/bin/llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900
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/clang-x86_64-debian-fast/llvm.src/llvm/test/CodeGen/AMDGPU/shufflevector.v2bf16.v2bf16.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/clang-x86_64-debian-fast/llvm.src/llvm/test/CodeGen/AMDGPU/shufflevector.v2bf16.v2bf16.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