[Mlir-commits] [clang] [llvm] [mlir] [polly] [IR] change i128 datalayout default to match clang (PR #214518)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Aug 19 02:15:08 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 180861 tests passed
* 3697 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### LLVM
<details>
<summary>LLVM.CodeGen/RISCV/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=riscv64-linux-gnu -mattr=+d < /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/llvm.sincos.ll | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/llvm.sincos.ll --check-prefix=RV64
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv64-linux-gnu -mattr=+d
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/llvm.sincos.ll --check-prefix=RV64
# note: command had no output on stdout or stderr
# RUN: at line 3
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32-linux-gnu -mattr=+d < /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/llvm.sincos.ll | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/llvm.sincos.ll --check-prefix=RV32
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=riscv32-linux-gnu -mattr=+d
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/llvm.sincos.ll --check-prefix=RV32
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/llvm.sincos.ll:105:14: error: RV32-NEXT: expected string not found in input
# | ; RV32-NEXT: addi a0, sp, 24
# | ^
# | <stdin>:53:11: note: scanning from here
# | mv s0, a0
# | ^
# | <stdin>:54:2: note: possible intended match here
# | addi a0, sp, 16
# | ^
# |
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/RISCV/llvm.sincos.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 48: sw s0, 72(sp) # 4-byte Folded Spill
# | 49: lw a4, 0(a1)
# | 50: lw a5, 4(a1)
# | 51: lw a6, 8(a1)
# | 52: lw a7, 12(a1)
# | 53: mv s0, a0
# | next:105'0 { search range start (exclusive)
# | next:105'1 error: no match found in search range
# | 54: addi a0, sp, 16
# | next:105'2 ? possible intended match
# | 55: mv a1, sp
# | 56: addi a2, sp, 48
# | 57: addi a3, sp, 32
# | 58: sw a4, 0(sp)
# | 59: sw a5, 4(sp)
# | .
# | .
# | .
# | 81: addi sp, sp, 80
# | 82: ret
# | 83: .Lfunc_end2:
# | 84: .size test_sincos_f128, .Lfunc_end2-test_sincos_f128
# | 85: # -- End function
# | 86: .section ".note.GNU-stack","", at progbits
# | next:105'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/214518
More information about the Mlir-commits
mailing list