[llvm] [RISCV] Fold vfmv.f.s of f16 into load from stack (PR #110214)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 30 23:22:27 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-gcc-ubuntu` running on `sie-linux-worker3` while building `llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/174/builds/6087
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: CodeGen/RISCV/rvv/stack-folding.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 2: /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/llc < /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/RISCV/rvv/stack-folding.ll -mtriple=riscv32 -mattr=+v,+zfbfmin,+zvfh,+zvfbfmin -verify-machineinstrs | /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/FileCheck --check-prefixes=CHECK,RV32,ZFMIN /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/RISCV/rvv/stack-folding.ll
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/FileCheck --check-prefixes=CHECK,RV32,ZFMIN /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/RISCV/rvv/stack-folding.ll
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/llc -mtriple=riscv32 -mattr=+v,+zfbfmin,+zvfh,+zvfbfmin -verify-machineinstrs
[1m/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/RISCV/rvv/stack-folding.ll:252:15: [0m[0;1;31merror: [0m[1mZFMIN-NEXT: expected string not found in input
[0m; ZFMIN-NEXT: slli a1, a1, 1
[0;1;32m ^
[0m[1m<stdin>:202:16: [0m[0;1;30mnote: [0m[1mscanning from here
[0m csrr a1, vlenb
[0;1;32m ^
[0m[1m<stdin>:205:2: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m addi a1, sp, 16
[0;1;32m ^
[0m[1m/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/RISCV/rvv/stack-folding.ll:316:15: [0m[0;1;31merror: [0m[1mZFMIN-NEXT: expected string not found in input
[0m; ZFMIN-NEXT: slli a1, a1, 1
[0;1;32m ^
[0m[1m<stdin>:234:16: [0m[0;1;30mnote: [0m[1mscanning from here
[0m csrr a1, vlenb
[0;1;32m ^
[0m[1m<stdin>:237:2: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m addi a1, sp, 16
[0;1;32m ^
[0m
Input file: <stdin>
Check file: /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/RISCV/rvv/stack-folding.ll
-dump-input=help explains the following input dump.
Input was:
<<<<<<
[1m[0m[0;1;30m 1: [0m[1m[0;1;46m .text [0m
[0;1;30m 2: [0m[1m[0;1;46m .attribute 4, 16 [0m
[0;1;30m 3: [0m[1m[0;1;46m .attribute 5, "rv32i2p1_f2p2_d2p2_v1p0_zicsr2p0_zfbfmin1p0_zfhmin1p0_zve32f1p0_zve32x1p0_zve64d1p0_zve64f1p0_zve64x1p0_zvfbfmin1p0_zvfh1p0_zvfhmin1p0_zvl128b1p0_zvl32b1p0_zvl64b1p0" [0m
[0;1;30m 4: [0m[1m[0;1;46m .file "<stdin>" [0m
[0;1;30m 5: [0m[1m[0;1;46m .globl i64 # -- Begin function i64 [0m
[0;1;30m 6: [0m[1m[0;1;46m .p2align 2 [0m
[0;1;30m 7: [0m[1m[0;1;46m .type i64, at function [0m
[0;1;30m 8: [0m[1m[0;1;46m .variant_cc i64 [0m
[0;1;30m 9: [0m[1m[0;1;46m[0mi64:[0;1;46m # @i64 [0m
[0;1;32mlabel:8'0 ^~~~
[0m[0;1;32mlabel:8'1 ^~~~
[0m[0;1;30m 10: [0m[1m[0;1;46m .cfi_startproc [0m
[0;1;30m 11: [0m[1m[0;1;46m[0m# %bb.0:[0;1;46m [0m
[0;1;32mcheck:9 ^~~~~~~~
[0m[0;1;30m 12: [0m[1m[0;1;46m [0maddi sp, sp, -16[0;1;46m [0m
[0;1;32mnext:10 ^~~~~~~~~~~~~~~~
...
```
</details>
https://github.com/llvm/llvm-project/pull/110214
More information about the llvm-commits
mailing list