[llvm-branch-commits] [llvm] AMDGPU: Add baseline test for split/widen invariant loads (PR #168913)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Nov 20 10:03:42 PST 2025
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 166204 tests passed
* 2852 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### LLVM
<details>
<summary>LLVM.CodeGen/AMDGPU/load-global-invariant.ll</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 2
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 < /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/load-global-invariant.ll | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/load-global-invariant.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/load-global-invariant.ll
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/load-global-invariant.ll:53:15: error: CHECK-NEXT: expected string not found in input
# | ; CHECK-NEXT: v_mov_b32_e32 v6, 0
# | ^
# | <stdin>:201:9: note: scanning from here
# | ; %bb.0:
# | ^
# | <stdin>:202:2: note: possible intended match here
# | v_mov_b32_e32 v4, 0
# | ^
# |
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/load-global-invariant.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 196: .text
# | 197: .globl load_global_v3i64_invariant ; -- Begin function load_global_v3i64_invariant
# | 198: .p2align 8
# | 199: .type load_global_v3i64_invariant, at function
# | 200: load_global_v3i64_invariant: ; @load_global_v3i64_invariant
# | 201: ; %bb.0:
# | next:53'0 X error: no match found
# | 202: v_mov_b32_e32 v4, 0
# | next:53'0 ~~~~~~~~~~~~~~~~~~~~~
# | next:53'1 ? possible intended match
# | 203: s_load_dwordx2 s[4:5], s[8:9], 0x0
# | next:53'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 204: s_load_dwordx2 s[6:7], s[8:9], 0x8
# | next:53'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 205: s_waitcnt lgkmcnt(0)
# | next:53'0 ~~~~~~~~~~~~~~~~~~~~~~
# | 206: s_load_dwordx4 s[0:3], s[6:7], 0x0
# | next:53'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 207: s_nop 0
# | next:53'0 ~~~~~~~~~
# | .
# | .
# | .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/168913
More information about the llvm-branch-commits
mailing list