[llvm-branch-commits] [llvm] RuntimeLibcalls: Stop providing __powitf2 on MSVCRT (PR #216987)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Aug 18 05:51:00 PDT 2026


github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results

* 146595 tests passed
* 3187 tests skipped
* 1 test failed

## Failed Tests
(click on a test name to see its output)

### LLVM
<details>
<summary>LLVM.CodeGen/Mips/llvm.sincos.ll</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 2
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=mipsel < /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Mips/llvm.sincos.ll | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix=MIPSEL /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Mips/llvm.sincos.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=mipsel
# .---command stderr------------
# | error: do not know how to soften fsincos
# | error: do not know how to soften fsincos
# | error: do not know how to soften fsincos
# `-----------------------------
# error: command failed with exit status: 1
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix=MIPSEL /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Mips/llvm.sincos.ll
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Mips/llvm.sincos.ll:771:16: error: MIPSEL-NEXT: expected string not found in input
# | ; MIPSEL-NEXT: addiu $sp, $sp, -64
# |                ^
# | <stdin>:377:9: note: scanning from here
# | # %bb.0:
# |         ^
# | <stdin>:391:7: note: possible intended match here
# |  .set nomips16
# |       ^
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Mips/llvm.sincos.ll:864:16: error: MIPSEL-NEXT: expected string not found in input
# | ; MIPSEL-NEXT: addiu $sp, $sp, -96
# |                ^
# | <stdin>:400:9: note: scanning from here
# | # %bb.0:
# |         ^
# | <stdin>:408:11: note: possible intended match here
# |  .size test_sincos_v2f128, $func_end10-test_sincos_v2f128
# |           ^
# | 
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/Mips/llvm.sincos.ll
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |             .
# |             .
# |             .
# |           372:  .mask 0x00000000,0 
# |           373:  .fmask 0x00000000,0 
# |           374:  .set noreorder 
# |           375:  .set nomacro 
# |           376:  .set noat 
# |           377: # %bb.0: 
# | next:771'0            {   search range start (exclusive)
# | next:771'1                error: no match found in search range
# |           378:  jr $ra 
# |           379:  nop 
# |           380:  .set at 
# |           381:  .set macro 
# |           382:  .set reorder 
# |           383:  .end test_sincos_f128 
# |           384: $func_end9: 
# |           385:  .size test_sincos_f128, $func_end9-test_sincos_f128 
# |           386:  # -- End function 
# |           387:  .globl test_sincos_v2f128 # -- Begin function test_sincos_v2f128 
# |           388:  .p2align 2 
# |           389:  .type test_sincos_v2f128, at function 
# |           390:  .set nomicromips 
# |           391:  .set nomips16 
# | next:771'2           ?          possible intended match
# |           392:  .ent test_sincos_v2f128 
# |           393: test_sincos_v2f128: # @test_sincos_v2f128 
# | next:771'3                        }                        search range end (exclusive)
# |           394:  .frame $sp,0,$ra 
# |           395:  .mask 0x00000000,0 
# |           396:  .fmask 0x00000000,0 
# |           397:  .set noreorder 
# |           398:  .set nomacro 
# |           399:  .set noat 
# |           400: # %bb.0: 
# | next:864'0            {   search range start (exclusive)
# | next:864'1                error: no match found in search range
# |           401:  jr $ra 
# |           402:  nop 
# |           403:  .set at 
# |           404:  .set macro 
# |           405:  .set reorder 
# |           406:  .end test_sincos_v2f128 
# |           407: $func_end10: 
# |           408:  .size test_sincos_v2f128, $func_end10-test_sincos_v2f128 
# | next:864'2               ?                                                 possible intended match
# |           409:  # -- End function 
# |           410:  .section ".note.GNU-stack","", at progbits 
# |           411:  .text 
# | next:864'3            } search range end (exclusive)
# | >>>>>>
# `-----------------------------
# 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/216987


More information about the llvm-branch-commits mailing list