[llvm] [VPlan] Format some print forms.NFC (PR #144644)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 25 01:31:11 PDT 2025
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/19955
<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 :: Transforms/LoopVectorize/RISCV/riscv-vector-reverse.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/opt -passes=loop-vectorize,dce,instcombine -mtriple riscv64-linux-gnu -mattr=+v -debug-only=loop-vectorize,vplan -scalable-vectorization=on -riscv-v-vector-bits-min=128 -disable-output < /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/Transforms/LoopVectorize/RISCV/riscv-vector-reverse.ll 2>&1 | /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/Transforms/LoopVectorize/RISCV/riscv-vector-reverse.ll # RUN: at line 9
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/opt -passes=loop-vectorize,dce,instcombine -mtriple riscv64-linux-gnu -mattr=+v -debug-only=loop-vectorize,vplan -scalable-vectorization=on -riscv-v-vector-bits-min=128 -disable-output
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/Transforms/LoopVectorize/RISCV/riscv-vector-reverse.ll
[1m/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/Transforms/LoopVectorize/RISCV/riscv-vector-reverse.ll:277:15: [0m[0;1;31merror: [0m[1mCHECK-NEXT: expected string not found in input
[0m; CHECK-NEXT: LV: vectorizing VPBB:ir-bb<for.body.preheader> in BB:for.body.preheader
[0;1;32m ^
[0m[1m<stdin>:264:2: [0m[0;1;30mnote: [0m[1mscanning from here
[0m}
[0;1;32m ^
[0m[1m<stdin>:265:1: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0mLV: vectorizing VPBB: ir-bb<for.body.preheader> in BB: for.body.preheader
[0;1;32m^
[0m[1m/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/Transforms/LoopVectorize/RISCV/riscv-vector-reverse.ll:686:15: [0m[0;1;31merror: [0m[1mCHECK-NEXT: expected string not found in input
[0m; CHECK-NEXT: LV: vectorizing VPBB:ir-bb<for.body.preheader> in BB:for.body.preheader
[0;1;32m ^
[0m[1m<stdin>:645:2: [0m[0;1;30mnote: [0m[1mscanning from here
[0m}
[0;1;32m ^
[0m[1m<stdin>:646:1: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0mLV: vectorizing VPBB: ir-bb<for.body.preheader> in BB: for.body.preheader
[0;1;32m^
[0m
Input file: <stdin>
Check file: /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/Transforms/LoopVectorize/RISCV/riscv-vector-reverse.ll
-dump-input=help explains the following input dump.
Input was:
<<<<<<
[1m[0m[0;1;30m 1: [0m[1m[0;1;46m [0m
[0;1;30m 2: [0m[1m[0;1;46mLV: Checking a loop in [0m'vector_reverse_i64'[0;1;46m from <stdin> [0m
[0;1;32mlabel:14'0 ^~~~~~~~~~~~~~~~~~~~
[0m[0;1;32mlabel:14'1 ^~~~~~~~~~~~~~~~~~~~
[0m[0;1;30m 3: [0m[1m[0;1;46m[0mLV: Loop hints: force=enabled width=vscale x 4 interleave=0[0;1;46m [0m
[0;1;32mnext:15 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[0;1;30m 4: [0m[1m[0;1;46m[0mLV: Found a loop: for.body[0;1;46m [0m
[0;1;32mnext:16 ^~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[0;1;30m 5: [0m[1m[0;1;46m[0mLV: Found an induction variable.[0;1;46m [0m
[0;1;32mnext:17 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[0;1;30m 6: [0m[1m[0;1;46m[0mLV: Found an induction variable.[0;1;46m [0m
[0;1;32mnext:18 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[0;1;30m 7: [0m[1m[0;1;46m[0mLV: Did not find one integer induction var.[0;1;46m [0m
[0;1;32mnext:19 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[0;1;30m 8: [0m[1m[0;1;46m[0mLV: We can vectorize this loop (with a runtime bound check)![0;1;46m [0m
[0;1;32mnext:20 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
```
</details>
https://github.com/llvm/llvm-project/pull/144644
More information about the llvm-commits
mailing list