[llvm-branch-commits] [llvm] VE: Use splitAt in expandExtendStackPseudo (PR #221554)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Sep 6 04:58:58 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 182599 tests passed
* 3266 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### LLVM
<details>
<summary>LLVM.tools/UpdateTestChecks/update_llc_test_checks/ve-basic.test</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 4
cp -f /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/ve-basic.ll /home/gha/actions-runner/_work/llvm-project/llvm-project/build/test/tools/UpdateTestChecks/update_llc_test_checks/Output/ve-basic.test.tmp.ll && '/usr/bin/python3' /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/utils/update_llc_test_checks.py --llc-binary /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc --version=1 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/test/tools/UpdateTestChecks/update_llc_test_checks/Output/ve-basic.test.tmp.ll
# executed command: cp -f /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/ve-basic.ll /home/gha/actions-runner/_work/llvm-project/llvm-project/build/test/tools/UpdateTestChecks/update_llc_test_checks/Output/ve-basic.test.tmp.ll
# note: command had no output on stdout or stderr
# executed command: /usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/utils/update_llc_test_checks.py --llc-binary /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc --version=1 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/test/tools/UpdateTestChecks/update_llc_test_checks/Output/ve-basic.test.tmp.ll
# note: command had no output on stdout or stderr
# RUN: at line 5
diff -u /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/ve-basic.ll.expected /home/gha/actions-runner/_work/llvm-project/llvm-project/build/test/tools/UpdateTestChecks/update_llc_test_checks/Output/ve-basic.test.tmp.ll
# executed command: diff -u /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/ve-basic.ll.expected /home/gha/actions-runner/_work/llvm-project/llvm-project/build/test/tools/UpdateTestChecks/update_llc_test_checks/Output/ve-basic.test.tmp.ll
# .---command stdout------------
# | --- /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/ve-basic.ll.expected
# | +++ /home/gha/actions-runner/_work/llvm-project/llvm-project/build/test/tools/UpdateTestChecks/update_llc_test_checks/Output/ve-basic.test.tmp.ll
# | @@ -21,8 +21,8 @@
# | ; CHECK-NEXT: st %s10, 8(, %s11)
# | ; CHECK-NEXT: or %s9, 0, %s11
# | ; CHECK-NEXT: lea %s11, -240(, %s11)
# | -; CHECK-NEXT: brge.l.t %s11, %s8, .LBB1_2
# | -; CHECK-NEXT: # %bb.1: # %entry
# | +; CHECK-NEXT: brge.l.t %s11, %s8, .LBB1_1
# | +; CHECK-NEXT: # %bb.2: # %entry
# | ; CHECK-NEXT: ld %s61, 24(, %s14)
# | ; CHECK-NEXT: or %s62, 0, %s0
# | ; CHECK-NEXT: lea %s63, 315
# | @@ -31,7 +31,7 @@
# | ; CHECK-NEXT: shm.l %s11, 16(%s61)
# | ; CHECK-NEXT: monc
# | ; CHECK-NEXT: or %s0, 0, %s62
# | -; CHECK-NEXT: .LBB1_2: # %entry
# | +; CHECK-NEXT: .LBB1_1: # %entry
# | ; CHECK-NEXT: lea %s0, ext at lo
# | ; CHECK-NEXT: and %s0, %s0, (32)0
# | ; CHECK-NEXT: lea.sl %s12, ext at hi(, %s0)
# | @@ -50,8 +50,8 @@
# | ; PIC-NEXT: st %s16, 32(, %s11)
# | ; PIC-NEXT: or %s9, 0, %s11
# | ; PIC-NEXT: lea %s11, -240(, %s11)
# | -; PIC-NEXT: brge.l.t %s11, %s8, .LBB1_2
# | -; PIC-NEXT: # %bb.1: # %entry
# | +; PIC-NEXT: brge.l.t %s11, %s8, .LBB1_1
# | +; PIC-NEXT: # %bb.2: # %entry
# | ; PIC-NEXT: ld %s61, 24(, %s14)
# | ; PIC-NEXT: or %s62, 0, %s0
# | ; PIC-NEXT: lea %s63, 315
# | @@ -60,7 +60,7 @@
# | ; PIC-NEXT: shm.l %s11, 16(%s61)
# | ; PIC-NEXT: monc
# | ; PIC-NEXT: or %s0, 0, %s62
# | -; PIC-NEXT: .LBB1_2: # %entry
# | +; PIC-NEXT: .LBB1_1: # %entry
# | ; PIC-NEXT: lea %s15, _GLOBAL_OFFSET_TABLE_ at pc_lo(-24)
# | ; PIC-NEXT: and %s15, %s15, (32)0
# | ; PIC-NEXT: sic %s16
# `-----------------------------
# 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/221554
More information about the llvm-branch-commits
mailing list