[llvm] AMDGPU: Add baseline tests for gep flag handling (PR #110814)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 9 02:58:33 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `openmp-offload-sles-build-only` running on `rocm-worker-hw-04-sles` while building `llvm` at step 8 "Add check check-llvm".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/140/builds/8406
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 8 (Add check check-llvm) failure: test (failure)
******************** TEST 'LLVM :: CodeGen/AMDGPU/gep-flags-stack-offsets.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 3: /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx803 < /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/CodeGen/AMDGPU/gep-flags-stack-offsets.ll | /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/FileCheck -check-prefix=GFX8 /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/CodeGen/AMDGPU/gep-flags-stack-offsets.ll
+ /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx803
+ /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/FileCheck -check-prefix=GFX8 /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/CodeGen/AMDGPU/gep-flags-stack-offsets.ll
/home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/CodeGen/AMDGPU/gep-flags-stack-offsets.ll:12:14: error: GFX8-NEXT: expected string not found in input
; GFX8-NEXT: v_add_u32_e32 v0, vcc, v2, v0
^
<stdin>:11:30: note: scanning from here
v_lshrrev_b32_e64 v2, 6, s32
^
<stdin>:12:2: note: possible intended match here
v_add_u32_e32 v0, vcc, v0, v2
^
/home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/CodeGen/AMDGPU/gep-flags-stack-offsets.ll:39:14: error: GFX8-NEXT: expected string not found in input
; GFX8-NEXT: v_add_u32_e32 v0, vcc, v2, v0
^
<stdin>:44:30: note: scanning from here
v_lshrrev_b32_e64 v2, 6, s32
^
<stdin>:45:2: note: possible intended match here
v_add_u32_e32 v0, vcc, v0, v2
^
/home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/CodeGen/AMDGPU/gep-flags-stack-offsets.ll:66:14: error: GFX8-NEXT: expected string not found in input
; GFX8-NEXT: v_add_u32_e32 v0, vcc, v2, v0
^
<stdin>:77:30: note: scanning from here
v_lshrrev_b32_e64 v2, 6, s32
^
<stdin>:78:2: note: possible intended match here
v_add_u32_e32 v0, vcc, v0, v2
^
/home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/CodeGen/AMDGPU/gep-flags-stack-offsets.ll:93:14: error: GFX8-NEXT: expected string not found in input
; GFX8-NEXT: v_add_u32_e32 v0, vcc, v2, v0
^
<stdin>:110:30: note: scanning from here
v_lshrrev_b32_e64 v2, 6, s32
^
<stdin>:111:2: note: possible intended match here
v_add_u32_e32 v0, vcc, v0, v2
^
/home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/CodeGen/AMDGPU/gep-flags-stack-offsets.ll:120:14: error: GFX8-NEXT: expected string not found in input
; GFX8-NEXT: v_add_u32_e32 v0, vcc, v2, v0
^
<stdin>:143:30: note: scanning from here
v_lshrrev_b32_e64 v2, 6, s32
^
...
```
</details>
https://github.com/llvm/llvm-project/pull/110814
More information about the llvm-commits
mailing list