[llvm] [IR] Initial introduction of memset_pattern (PR #97583)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 15 10:30:48 PST 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clang-x86_64-debian-fast` running on `gribozavr4` while building `llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/56/builds/12314
<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/memset-pattern.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 2: /b/1/clang-x86_64-debian-fast/llvm.obj/bin/llc < /b/1/clang-x86_64-debian-fast/llvm.src/llvm/test/CodeGen/RISCV/memset-pattern.ll -mtriple=riscv32 -mattr=+m | /b/1/clang-x86_64-debian-fast/llvm.obj/bin/FileCheck /b/1/clang-x86_64-debian-fast/llvm.src/llvm/test/CodeGen/RISCV/memset-pattern.ll --check-prefixes=RV32-BOTH,RV32
+ /b/1/clang-x86_64-debian-fast/llvm.obj/bin/llc -mtriple=riscv32 -mattr=+m
+ /b/1/clang-x86_64-debian-fast/llvm.obj/bin/FileCheck /b/1/clang-x86_64-debian-fast/llvm.src/llvm/test/CodeGen/RISCV/memset-pattern.ll --check-prefixes=RV32-BOTH,RV32
/b/1/clang-x86_64-debian-fast/llvm.src/llvm/test/CodeGen/RISCV/memset-pattern.ll:17:19: error: RV32-BOTH-NEXT: expected string not found in input
; RV32-BOTH-NEXT: lw a2, 0(a1)
^
<stdin>:9:36: note: scanning from here
# %bb.0: # %loadstoreloop.preheader
^
<stdin>:11:2: note: possible intended match here
lw a3, 0(a1)
^
/b/1/clang-x86_64-debian-fast/llvm.src/llvm/test/CodeGen/RISCV/memset-pattern.ll:85:14: error: RV32-NEXT: is not on the line after the previous match
; RV32-NEXT: add s4, a0, s4
^
<stdin>:68:2: note: 'next' match was here
add s4, a0, s4
^
<stdin>:66:16: note: previous match ended here
slli s4, a2, 4
^
<stdin>:67:1: note: non-matching line after previous match is here
addi a2, a2, 1
^
/b/1/clang-x86_64-debian-fast/llvm.src/llvm/test/CodeGen/RISCV/memset-pattern.ll:207:19: error: RV32-BOTH-NEXT: expected string not found in input
; RV32-BOTH-NEXT: lw a2, 0(a1)
^
<stdin>:105:36: note: scanning from here
# %bb.0: # %loadstoreloop.preheader
^
<stdin>:107:2: note: possible intended match here
lw a3, 0(a1)
^
/b/1/clang-x86_64-debian-fast/llvm.src/llvm/test/CodeGen/RISCV/memset-pattern.ll:252:19: error: RV32-BOTH-NEXT: expected string not found in input
; RV32-BOTH-NEXT: lw a4, 0(a1)
^
<stdin>:139:36: note: scanning from here
# %bb.1: # %loadstoreloop.preheader
^
<stdin>:141:2: note: possible intended match here
lw a5, 0(a1)
^
Input file: <stdin>
Check file: /b/1/clang-x86_64-debian-fast/llvm.src/llvm/test/CodeGen/RISCV/memset-pattern.ll
...
```
</details>
https://github.com/llvm/llvm-project/pull/97583
More information about the llvm-commits
mailing list