[llvm] [AMDGPU] Replace dynamic VGPR feature with attribute (PR #133444)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 24 03:26:08 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-key-instructions` running on `sie-linux-worker5` while building `llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/208/builds/2239
<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/pal-metadata-3.0-callable-dvgpr.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
/home/buildbot/buildbot-root/llvm-ki/build/bin/llc -mtriple=amdgcn--amdpal -mcpu=gfx1200 -verify-machineinstrs < /home/buildbot/buildbot-root/llvm-ki/llvm-project/llvm/test/CodeGen/AMDGPU/pal-metadata-3.0-callable-dvgpr.ll | /home/buildbot/buildbot-root/llvm-ki/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-ki/llvm-project/llvm/test/CodeGen/AMDGPU/pal-metadata-3.0-callable-dvgpr.ll # RUN: at line 1
+ /home/buildbot/buildbot-root/llvm-ki/build/bin/llc -mtriple=amdgcn--amdpal -mcpu=gfx1200 -verify-machineinstrs
+ /home/buildbot/buildbot-root/llvm-ki/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-ki/llvm-project/llvm/test/CodeGen/AMDGPU/pal-metadata-3.0-callable-dvgpr.ll
[1m/home/buildbot/buildbot-root/llvm-ki/llvm-project/llvm/test/CodeGen/AMDGPU/pal-metadata-3.0-callable-dvgpr.ll:83:15: [0m[0;1;31merror: [0m[1mCHECK-NEXT: expected string not found in input
[0m; CHECK-NEXT: .sgpr_count: 0x1
[0;1;32m ^
[0m[1m<stdin>:933:14: [0m[0;1;30mnote: [0m[1mscanning from here
[0m .lds_size: 0
[0;1;32m ^
[0m[1m<stdin>:934:2: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m .sgpr_count: 0x21
[0;1;32m ^
[0m
Input file: <stdin>
Check file: /home/buildbot/buildbot-root/llvm-ki/llvm-project/llvm/test/CodeGen/AMDGPU/pal-metadata-3.0-callable-dvgpr.ll
-dump-input=help explains the following input dump.
Input was:
<<<<<<
[1m[0m[0;1;30m 1: [0m[1m[0;1;46m .amdgcn_target "amdgcn-unknown-amdpal--gfx1200" [0m
[0;1;30m 2: [0m[1m[0;1;46m .text [0m
[0;1;30m 3: [0m[1m[0;1;46m .globl no_stack ; -- Begin function no_stack [0m
[0;1;30m 4: [0m[1m[0;1;46m .p2align 2 [0m
[0;1;30m 5: [0m[1m[0;1;46m .type no_stack, at function [0m
[0;1;30m 6: [0m[1m[0;1;46mno_stack: ; @no_stack [0m
[0;1;30m 7: [0m[1m[0;1;46m; %bb.0: [0m
[0;1;30m 8: [0m[1m[0;1;46m s_wait_loadcnt_dscnt 0x0 [0m
[0;1;30m 9: [0m[1m[0;1;46m s_wait_expcnt 0x0 [0m
[0;1;30m 10: [0m[1m[0;1;46m s_wait_samplecnt 0x0 [0m
[0;1;30m 11: [0m[1m[0;1;46m s_wait_bvhcnt 0x0 [0m
[0;1;30m 12: [0m[1m[0;1;46m s_wait_kmcnt 0x0 [0m
[0;1;30m 13: [0m[1m[0;1;46m v_add_f32_e32 v0, 1.0, v0 [0m
[0;1;30m 14: [0m[1m[0;1;46m s_setpc_b64 s[30:31] [0m
[0;1;30m 15: [0m[1m[0;1;46m.Lfunc_end0: [0m
[0;1;30m 16: [0m[1m[0;1;46m .size no_stack, .Lfunc_end0-no_stack [0m
[0;1;30m 17: [0m[1m[0;1;46m ; -- End function [0m
[0;1;30m 18: [0m[1m[0;1;46m .set no_stack.num_vgpr, 1 [0m
[0;1;30m 19: [0m[1m[0;1;46m .set no_stack.num_agpr, 0 [0m
[0;1;30m 20: [0m[1m[0;1;46m .set no_stack.numbered_sgpr, 32 [0m
[0;1;30m 21: [0m[1m[0;1;46m .set no_stack.private_seg_size, 0 [0m
[0;1;30m 22: [0m[1m[0;1;46m .set no_stack.uses_vcc, 0 [0m
[0;1;30m 23: [0m[1m[0;1;46m .set no_stack.uses_flat_scratch, 0 [0m
[0;1;30m 24: [0m[1m[0;1;46m .set no_stack.has_dyn_sized_stack, 0 [0m
[0;1;30m 25: [0m[1m[0;1;46m .set no_stack.has_recursion, 0 [0m
...
```
</details>
https://github.com/llvm/llvm-project/pull/133444
More information about the llvm-commits
mailing list