[llvm] [LoongArch] Pre-commit test for vector trunc (PR #131082)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 13 01:12:36 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clang-ppc64le-linux-test-suite` running on `ppc64le-clang-test-suite` while building `llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/95/builds/10684
<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/LoongArch/lsx/vec-trunc.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 2: /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/build/bin/llc --mtriple=loongarch64 --mattr=+lsx /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/test/CodeGen/LoongArch/lsx/vec-trunc.ll -o - | /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/build/bin/FileCheck /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/test/CodeGen/LoongArch/lsx/vec-trunc.ll
+ /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/build/bin/llc --mtriple=loongarch64 --mattr=+lsx /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/test/CodeGen/LoongArch/lsx/vec-trunc.ll -o -
+ /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/build/bin/FileCheck /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/test/CodeGen/LoongArch/lsx/vec-trunc.ll
/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/test/CodeGen/LoongArch/lsx/vec-trunc.ll:7:15: error: CHECK-NEXT: is not on the line after the previous match
; CHECK-NEXT: vld $vr0, $a0, 0
^
<stdin>:9:2: note: 'next' match was here
vld $vr0, $a0, 0
^
<stdin>:7:9: note: previous match ended here
# %bb.0:
^
<stdin>:8:1: note: non-matching line after previous match is here
addi.d $sp, $sp, -16
^
/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/test/CodeGen/LoongArch/lsx/vec-trunc.ll:22:15: error: CHECK-NEXT: is not on the line after the previous match
; CHECK-NEXT: vld $vr0, $a0, 0
^
<stdin>:27:2: note: 'next' match was here
vld $vr0, $a0, 0
^
<stdin>:25:9: note: previous match ended here
# %bb.0:
^
<stdin>:26:1: note: non-matching line after previous match is here
addi.d $sp, $sp, -16
^
/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/test/CodeGen/LoongArch/lsx/vec-trunc.ll:37:15: error: CHECK-NEXT: is not on the line after the previous match
; CHECK-NEXT: vld $vr0, $a0, 0
^
<stdin>:46:2: note: 'next' match was here
vld $vr0, $a0, 0
^
<stdin>:44:9: note: previous match ended here
# %bb.0:
^
<stdin>:45:1: note: non-matching line after previous match is here
addi.d $sp, $sp, -16
^
/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/test/CodeGen/LoongArch/lsx/vec-trunc.ll:52:15: error: CHECK-NEXT: is not on the line after the previous match
; CHECK-NEXT: vld $vr0, $a0, 0
^
<stdin>:65:2: note: 'next' match was here
vld $vr0, $a0, 0
^
...
```
</details>
https://github.com/llvm/llvm-project/pull/131082
More information about the llvm-commits
mailing list