[llvm] [AMDGPU] Handle memcpy()-like ops in LowerBufferFatPointers (PR #126621)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 26 14:18:28 PST 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-gcc-ubuntu` running on `sie-linux-worker3` while building `llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/174/builds/13624
<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/buffer-fat-pointers-memcpy.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 2: /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/llc -mtriple=amdgcn -mcpu=gfx942 < /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AMDGPU/buffer-fat-pointers-memcpy.ll | /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/FileCheck -check-prefix=SDAG-GFX942 /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AMDGPU/buffer-fat-pointers-memcpy.ll
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/FileCheck -check-prefix=SDAG-GFX942 /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AMDGPU/buffer-fat-pointers-memcpy.ll
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/llc -mtriple=amdgcn -mcpu=gfx942
[1m/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AMDGPU/buffer-fat-pointers-memcpy.ll:270:21: [0m[0;1;31merror: [0m[1mSDAG-GFX942-NEXT: expected string not found in input
[0m; SDAG-GFX942-NEXT: buffer_load_dwordx4 v[0:3], v60, s[4:7], 0 offen
[0;1;32m ^
[0m[1m<stdin>:47:23: [0m[0;1;30mnote: [0m[1mscanning from here
[0m v_mov_b32_e32 v60, s1
[0;1;32m ^
[0m[1m<stdin>:49:2: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m buffer_load_dwordx4 v[4:7], v60, s[4:7], 0 offen offset:16
[0;1;32m ^
[0m[1m/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AMDGPU/buffer-fat-pointers-memcpy.ll:831:21: [0m[0;1;31merror: [0m[1mSDAG-GFX942-NEXT: is not on the line after the previous match
[0m; SDAG-GFX942-NEXT: buffer_load_dwordx4 v[14:17], v1, s[4:7], 0 offen offset:48
[0;1;32m ^
[0m[1m<stdin>:210:2: [0m[0;1;30mnote: [0m[1m'next' match was here
[0m buffer_load_dwordx4 v[14:17], v1, s[4:7], 0 offen offset:48
[0;1;32m ^
[0m[1m<stdin>:201:61: [0m[0;1;30mnote: [0m[1mprevious match ended here
[0m buffer_load_dwordx4 v[10:13], v1, s[4:7], 0 offen offset:32
[0;1;32m ^
[0m[1m<stdin>:202:1: [0m[0;1;30mnote: [0m[1mnon-matching line after previous match is here
[0m v_add_u32_e32 v62, s8, v0
[0;1;32m^
[0m[1m/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AMDGPU/buffer-fat-pointers-memcpy.ll:1190:21: [0m[0;1;31merror: [0m[1mSDAG-GFX942-NEXT: expected string not found in input
[0m; SDAG-GFX942-NEXT: s_load_dwordx4 s[8:11], s[4:5], 0x24
[0;1;32m ^
[0m[1m<stdin>:319:9: [0m[0;1;30mnote: [0m[1mscanning from here
[0m.LBB2_0:
[0;1;32m ^
[0m[1m<stdin>:320:2: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m s_load_dwordx4 s[0:3], s[4:5], 0x24
[0;1;32m ^
[0m
Input file: <stdin>
Check file: /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AMDGPU/buffer-fat-pointers-memcpy.ll
-dump-input=help explains the following input dump.
Input was:
<<<<<<
[1m[0m[0;1;30m 1: [0m[1m[0;1;46m .section .AMDGPU.config,"", at progbits [0m
[0;1;30m 2: [0m[1m[0;1;46m .long 47176 [0m
[0;1;30m 3: [0m[1m[0;1;46m .long 11468936 [0m
[0;1;30m 4: [0m[1m[0;1;46m .long 47180 [0m
...
```
</details>
https://github.com/llvm/llvm-project/pull/126621
More information about the llvm-commits
mailing list