[llvm] [RISCV] Expand vp.stride.load to splat of a scalar load. (PR #98140)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 11 06:33:34 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `lld-x86_64-ubuntu-fast` running on `as-builder-4` while building `llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/33/builds/422
Here is the relevant piece of the build log for the reference:
```
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: CodeGen/RISCV/rvv/strided-vpload.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 2: /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/bin/llc -mtriple=riscv32 -mattr=+m,+d,+zfh,+v,+zvfh -verify-machineinstrs < /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/llvm-project/llvm/test/CodeGen/RISCV/rvv/strided-vpload.ll | /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/bin/FileCheck /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/llvm-project/llvm/test/CodeGen/RISCV/rvv/strided-vpload.ll -check-prefixes=CHECK,CHECK-RV32,CHECK-OPT
+ /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/bin/FileCheck /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/llvm-project/llvm/test/CodeGen/RISCV/rvv/strided-vpload.ll -check-prefixes=CHECK,CHECK-RV32,CHECK-OPT
+ /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/bin/llc -mtriple=riscv32 -mattr=+m,+d,+zfh,+v,+zvfh -verify-machineinstrs
/home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/llvm-project/llvm/test/CodeGen/RISCV/rvv/strided-vpload.ll:794:19: error: CHECK-OPT-NEXT: is not on the line after the previous match
; CHECK-OPT-NEXT: vsetivli zero, 4, e8, mf8, ta, ma
^
<stdin>:814:2: note: 'next' match was here
vsetivli zero, 4, e8, mf8, ta, ma
^
<stdin>:812:9: note: previous match ended here
# %bb.0:
^
<stdin>:813:1: note: non-matching line after previous match is here
lbu a0, 0(a0)
^
/home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/llvm-project/llvm/test/CodeGen/RISCV/rvv/strided-vpload.ll:812:19: error: CHECK-OPT-NEXT: is not on the line after the previous match
; CHECK-OPT-NEXT: vsetivli zero, 4, e16, mf4, ta, ma
^
<stdin>:829:2: note: 'next' match was here
vsetivli zero, 4, e16, mf4, ta, ma
^
<stdin>:827:9: note: previous match ended here
# %bb.0:
^
<stdin>:828:1: note: non-matching line after previous match is here
flh fa5, 0(a0)
^
Input file: <stdin>
Check file: /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/llvm-project/llvm/test/CodeGen/RISCV/rvv/strided-vpload.ll
-dump-input=help explains the following input dump.
Input was:
<<<<<<
.
.
.
809: .variant_cc zero_strided_unmasked_vpload_nxv1i8_i8
810: zero_strided_unmasked_vpload_nxv1i8_i8: # @zero_strided_unmasked_vpload_nxv1i8_i8
811: .cfi_startproc
812: # %bb.0:
813: lbu a0, 0(a0)
814: vsetivli zero, 4, e8, mf8, ta, ma
next:794 !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: match on wrong line
...
```
https://github.com/llvm/llvm-project/pull/98140
More information about the llvm-commits
mailing list