[llvm] [DAG] visitFREEZE - nodes that allow multiple frozen operands should directly freeze all operands (PR #160914)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 5 03:12:00 PST 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 130479 tests passed
* 2912 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### LLVM
<details>
<summary>LLVM.CodeGen/AMDGPU/load-constant-i8.ll</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 2
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -mtriple=amdgcn < C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AMDGPU\load-constant-i8.ll | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -check-prefix=GFX6-NOHSA C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AMDGPU\load-constant-i8.ll
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -mtriple=amdgcn
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -check-prefix=GFX6-NOHSA 'C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AMDGPU\load-constant-i8.ll'
# note: command had no output on stdout or stderr
# RUN: at line 3
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -mtriple=amdgcn--amdhsa -mcpu=kaveri < C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AMDGPU\load-constant-i8.ll | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -check-prefix=GFX7-HSA C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AMDGPU\load-constant-i8.ll
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -mtriple=amdgcn--amdhsa -mcpu=kaveri
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -check-prefix=GFX7-HSA 'C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AMDGPU\load-constant-i8.ll'
# note: command had no output on stdout or stderr
# RUN: at line 4
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -mtriple=amdgcn -mcpu=tonga < C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AMDGPU\load-constant-i8.ll | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -check-prefix=GFX8-NOHSA C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AMDGPU\load-constant-i8.ll
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -mtriple=amdgcn -mcpu=tonga
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -check-prefix=GFX8-NOHSA 'C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AMDGPU\load-constant-i8.ll'
# note: command had no output on stdout or stderr
# RUN: at line 5
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -mtriple=r600 -mcpu=redwood < C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AMDGPU\load-constant-i8.ll | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -check-prefix=EG C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AMDGPU\load-constant-i8.ll
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -mtriple=r600 -mcpu=redwood
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -check-prefix=EG 'C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AMDGPU\load-constant-i8.ll'
# note: command had no output on stdout or stderr
# RUN: at line 6
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -mtriple=amdgcn -mcpu=gfx1200 -mattr=+real-true16 < C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AMDGPU\load-constant-i8.ll | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -check-prefixes=GFX12,GFX12-TRUE16 C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AMDGPU\load-constant-i8.ll
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -mtriple=amdgcn -mcpu=gfx1200 -mattr=+real-true16
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -check-prefixes=GFX12,GFX12-TRUE16 'C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AMDGPU\load-constant-i8.ll'
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AMDGPU\load-constant-i8.ll:9040:15: error: GFX12-NEXT: expected string not found in input
# | ; GFX12-NEXT: s_wait_alu 0xfffe
# | ^
# | <stdin>:3051:52: note: scanning from here
# | global_store_b128 v24, v[12:15], s[8:9] offset:192
# | ^
# | <stdin>:3052:2: note: possible intended match here
# | s_wait_alu depctr_sa_sdst(0)
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\AMDGPU\load-constant-i8.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 3046: s_bfe_i64 s[56:57], s[56:57], 0x80000
# | 3047: s_clause 0x3
# | 3048: global_store_b128 v24, v[0:3], s[8:9] offset:240
# | 3049: global_store_b128 v24, v[4:7], s[8:9] offset:224
# | 3050: global_store_b128 v24, v[8:11], s[8:9] offset:208
# | 3051: global_store_b128 v24, v[12:15], s[8:9] offset:192
# | next:9040'0 X error: no match found
# | 3052: s_wait_alu depctr_sa_sdst(0)
# | next:9040'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | next:9040'1 ? possible intended match
# | 3053: v_dual_mov_b32 v0, s4 :: v_dual_mov_b32 v3, s62
# | next:9040'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 3054: v_dual_mov_b32 v1, s5 :: v_dual_mov_b32 v2, s63
# | next:9040'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 3055: v_mov_b32_e32 v5, s55
# | next:9040'0 ~~~~~~~~~~~~~~~~~~~~~~~
# | 3056: s_bfe_i64 s[60:61], s[60:61], 0x80000
# | next:9040'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 3057: v_dual_mov_b32 v4, s54 :: v_dual_mov_b32 v7, s53
# | next:9040'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/160914
More information about the llvm-commits
mailing list