[llvm] [Mips] Did not put fake_use into delay slot (PR #201537)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 15 19:35:10 PDT 2026
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-expensive-checks-ubuntu` running on `as-builder-4` while building `llvm` at step 7 "test-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/187/builds/21763
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 7 (test-check-all) failure: Test just built components: check-all completed (failure)
******************** TEST 'LLVM :: CodeGen/Mips/msa/f16-llvm-ir.ll' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 2
/home/buildbot/worker/expensive-checks/build/bin/llc -relocation-model=pic -mtriple=mipsel-- -mcpu=mips32r5 -mattr=+abs2008 -mattr=+fp64,+msa -verify-machineinstrs -mips-jalr-reloc=false < /home/buildbot/worker/expensive-checks/llvm-project/llvm/test/CodeGen/Mips/msa/f16-llvm-ir.ll | /home/buildbot/worker/expensive-checks/build/bin/FileCheck /home/buildbot/worker/expensive-checks/llvm-project/llvm/test/CodeGen/Mips/msa/f16-llvm-ir.ll --check-prefixes=MIPS32,MIPS32-O32
# executed command: /home/buildbot/worker/expensive-checks/build/bin/llc -relocation-model=pic -mtriple=mipsel-- -mcpu=mips32r5 -mattr=+abs2008 -mattr=+fp64,+msa -verify-machineinstrs -mips-jalr-reloc=false
# executed command: /home/buildbot/worker/expensive-checks/build/bin/FileCheck /home/buildbot/worker/expensive-checks/llvm-project/llvm/test/CodeGen/Mips/msa/f16-llvm-ir.ll --check-prefixes=MIPS32,MIPS32-O32
# .---command stderr------------
# | /home/buildbot/worker/expensive-checks/llvm-project/llvm/test/CodeGen/Mips/msa/f16-llvm-ir.ll:1100:16: error: MIPS32-NEXT: is not on the line after the previous match
# | ; MIPS32-NEXT: jalr $25
# | ^
# | <stdin>:576:2: note: 'next' match was here
# | jalr $25
# | ^
# | <stdin>:574:28: note: previous match ended here
# | lw $25, %call16(powf)($gp)
# | ^
# | <stdin>:575:1: note: non-matching line after previous match is here
# | # kill: def $f12 killed $f12 killed $w12
# | ^
# | /home/buildbot/worker/expensive-checks/llvm-project/llvm/test/CodeGen/Mips/msa/f16-llvm-ir.ll:1203:16: error: MIPS32-NEXT: is not on the line after the previous match
# | ; MIPS32-NEXT: jalr $25
# | ^
# | <stdin>:624:2: note: 'next' match was here
# | jalr $25
# | ^
# | <stdin>:622:29: note: previous match ended here
# | lw $25, %call16(log2f)($gp)
# | ^
# | <stdin>:623:1: note: non-matching line after previous match is here
# | # kill: def $f12 killed $f12 killed $w12
# | ^
# | /home/buildbot/worker/expensive-checks/llvm-project/llvm/test/CodeGen/Mips/msa/f16-llvm-ir.ll:1303:16: error: MIPS32-NEXT: is not on the line after the previous match
# | ; MIPS32-NEXT: jalr $25
# | ^
# | <stdin>:672:2: note: 'next' match was here
# | jalr $25
# | ^
# | <stdin>:670:30: note: previous match ended here
# | lw $25, %call16(log10f)($gp)
# | ^
# | <stdin>:671:1: note: non-matching line after previous match is here
# | # kill: def $f12 killed $f12 killed $w12
# | ^
# | /home/buildbot/worker/expensive-checks/llvm-project/llvm/test/CodeGen/Mips/msa/f16-llvm-ir.ll:1464:16: error: MIPS32-NEXT: is not on the line after the previous match
# | ; MIPS32-NEXT: jalr $25
# | ^
# | <stdin>:756:2: note: 'next' match was here
...
```
</details>
https://github.com/llvm/llvm-project/pull/201537
More information about the llvm-commits
mailing list