[llvm-branch-commits] [llvm] release/22.x: [CodeGen][RISCV] Inline stack probes immediately after `allocateStack` in `eliminateCallFramePseudoInstr` (#195456) (PR #202821)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jun 9 17:54:44 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 129478 tests passed
* 2864 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### LLVM
<details>
<summary>LLVM.CodeGen/RISCV/stack-probing-dynamic-nonentry.ll</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 2
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -mtriple=riscv64 -mattr=+m -O2 < C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\RISCV\stack-probing-dynamic-nonentry.ll | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\RISCV\stack-probing-dynamic-nonentry.ll -check-prefix=RV64
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -mtriple=riscv64 -mattr=+m -O2
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\RISCV\stack-probing-dynamic-nonentry.ll' -check-prefix=RV64
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\RISCV\stack-probing-dynamic-nonentry.ll:30:14: error: RV64-NEXT: expected string not found in input
# | ; RV64-NEXT: bltu a0, sp, .LBB0_1
# | ^
# | <stdin>:28:16: note: scanning from here
# | sd zero, 0(sp)
# | ^
# | <stdin>:29:2: note: possible intended match here
# | blt a0, sp, .LBB0_1
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\RISCV\stack-probing-dynamic-nonentry.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 23: sub a0, sp, a0
# | 24: lui a1, 1
# | 25: .LBB0_1: # %entry
# | 26: # =>This Inner Loop Header: Depth=1
# | 27: sub sp, sp, a1
# | 28: sd zero, 0(sp)
# | next:30'0 X error: no match found
# | 29: blt a0, sp, .LBB0_1
# | next:30'0 ~~~~~~~~~~~~~~~~~~~~~
# | next:30'1 ? possible intended match
# | 30: # %bb.2: # %entry
# | next:30'0 ~~~~~~~~~~~~~~~~~~
# | 31: mv sp, a0
# | next:30'0 ~~~~~~~~~~~
# | 32: lui a1, 5
# | next:30'0 ~~~~~~~~~~~
# | 33: sub t1, sp, a1
# | next:30'0 ~~~~~~~~~~~~~~~~
# | 34: lui t2, 1
# | next:30'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/202821
More information about the llvm-branch-commits
mailing list