[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 00:57:56 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `ml-opt-devrel-x86-64` running on `ml-opt-devrel-x86-64-b2` while building `llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/175/builds/14847
<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: /b/ml-opt-devrel-x86-64-b1/build/bin/llc --mtriple=loongarch64 --mattr=+lsx /b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/test/CodeGen/LoongArch/lsx/vec-trunc.ll -o - | /b/ml-opt-devrel-x86-64-b1/build/bin/FileCheck /b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/test/CodeGen/LoongArch/lsx/vec-trunc.ll
+ /b/ml-opt-devrel-x86-64-b1/build/bin/llc --mtriple=loongarch64 --mattr=+lsx /b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/test/CodeGen/LoongArch/lsx/vec-trunc.ll -o -
+ /b/ml-opt-devrel-x86-64-b1/build/bin/FileCheck /b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/test/CodeGen/LoongArch/lsx/vec-trunc.ll
/b/ml-opt-devrel-x86-64-b1/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
^
/b/ml-opt-devrel-x86-64-b1/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
^
/b/ml-opt-devrel-x86-64-b1/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
^
/b/ml-opt-devrel-x86-64-b1/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