[llvm-branch-commits] [llvm] [AMDGPU][PromoteAlloca] Set !amdgpu.non.volatile if promotion fails (PR #179415)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Feb 5 05:48:15 PST 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 169210 tests passed
* 3033 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### LLVM
<details>
<summary>LLVM.CodeGen/AMDGPU/memory-legalizer-non-volatile.ll</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 2
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -global-isel=0 -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1200 -mattr=+cumode < /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/memory-legalizer-non-volatile.ll | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=GFX12-CU,GFX12-CU-DAGISEL /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/memory-legalizer-non-volatile.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -global-isel=0 -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1200 -mattr=+cumode
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=GFX12-CU,GFX12-CU-DAGISEL /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/memory-legalizer-non-volatile.ll
# note: command had no output on stdout or stderr
# RUN: at line 3
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -global-isel=1 -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1200 -mattr=+cumode < /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/memory-legalizer-non-volatile.ll | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=GFX12-CU,GFX12-CU-GISEL /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/memory-legalizer-non-volatile.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -global-isel=1 -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1200 -mattr=+cumode
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=GFX12-CU,GFX12-CU-GISEL /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/memory-legalizer-non-volatile.ll
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/memory-legalizer-non-volatile.ll:541:18: error: GFX12-CU-NEXT: is not on the line after the previous match
# | ; GFX12-CU-NEXT: s_mov_b32 s7, s20
# | ^
# | <stdin>:657:2: note: 'next' match was here
# | s_mov_b32 s7, s20
# | ^
# | <stdin>:652:50: note: previous match ended here
# | v_dual_mov_b32 v0, s16 :: v_dual_mov_b32 v1, s21
# | ^
# | <stdin>:653:1: note: non-matching line after previous match is here
# | s_mov_b32 s4, s17
# | ^
# |
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/memory-legalizer-non-volatile.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 652: v_dual_mov_b32 v0, s16 :: v_dual_mov_b32 v1, s21
# | 653: s_mov_b32 s4, s17
# | 654: s_mov_b32 s5, s18
# | 655: s_mov_b32 s6, s19
# | 656: buffer_load_b32 v0, v0, s[0:3], null offen
# | 657: s_mov_b32 s7, s20
# | next:541 !~~~~~~~~~~~~~~~~ error: match on wrong line
# | 658: s_wait_loadcnt 0x0
# | 659: buffer_store_b32 v0, v1, s[4:7], null offen
# | 660: s_setpc_b64 s[30:31]
# | 661: .Lfunc_end18:
# | 662: .size md_nv__buffer_i32_nonatomic, .Lfunc_end18-md_nv__buffer_i32_nonatomic
# | .
# | .
# | .
# | >>>>>>
# `-----------------------------
# 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/179415
More information about the llvm-branch-commits
mailing list