[llvm] [SandboxVec][BottomUpVec] Fix vectorization of vector constants (PR #129290)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 28 14:51:30 PST 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/13769
<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 :: tools/llvm-exegesis/RISCV/rvv/reduction.test' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 1: /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/llvm-exegesis -mtriple=riscv64 -mcpu=sifive-p670 -benchmark-phase=assemble-measured-code --mode=latency --opcode-name=PseudoVWREDSUMU_VS_M8_E32 --min-instructions=100 | /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/tools/llvm-exegesis/RISCV/rvv/reduction.test
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/llvm-exegesis -mtriple=riscv64 -mcpu=sifive-p670 -benchmark-phase=assemble-measured-code --mode=latency --opcode-name=PseudoVWREDSUMU_VS_M8_E32 --min-instructions=100
+ /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/tools/llvm-exegesis/RISCV/rvv/reduction.test
[1m/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/tools/llvm-exegesis/RISCV/rvv/reduction.test:7:14: [0m[0;1;31merror: [0m[1mCHECK-NOT: excluded string found in input
[0m# CHECK-NOT: V[[REG:[0-9]+]] V[[REG]] V{{[0-9]+}}M8 V[[REG]]
[0;1;32m ^
[0m[1m<stdin>:5:31: [0m[0;1;30mnote: [0m[1mfound here
[0m - 'PseudoVWREDSUMU_VS_M8_E32 V1 V1 V0M8 V16 i_0xffffffffffffffff i_0x5 i_0x0'
[0;1;32m ^~~~~~~~~~~~~
[0m[1m<stdin>:5:32: [0m[0;1;30mnote: [0m[1mcaptured var "REG"
[0m - 'PseudoVWREDSUMU_VS_M8_E32 V1 V1 V0M8 V16 i_0xffffffffffffffff i_0x5 i_0x0'
[0;1;32m ^
[0m
Input file: <stdin>
Check file: /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/tools/llvm-exegesis/RISCV/rvv/reduction.test
-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;46mmode: latency [0m
[0;1;30m 3: [0m[1m[0;1;46mkey: [0m
[0;1;30m 4: [0m[1m[0;1;46m [0minstructions:[0;1;46m [0m
[0;1;32mcheck:5 ^~~~~~~~~~~~~
[0m[0;1;30m 5: [0m[1m[0;1;46m - '[0mPseudoVWREDSUMU_VS_M8_E32[0;1;46m V1 V1 V0M8 V16 i_0xffffffffffffffff i_0x5 i_0x0' [0m
[0;1;32mnext:6 ^~~~~~~~~~~~~~~~~~~~~~~~~
[0m[0;1;31mnot:7'0 !~~~~~~~~~~~~ error: no match expected
[0m[0;1;31mnot:7'1 ! captured var "REG"
[0m[0;1;30m 6: [0m[1m[0;1;46m config: 'vtype = {AVL: VLMAX, SEW: e32, Policy: tu/mu}' [0m
[0;1;30m 7: [0m[1m[0;1;46m register_initial_values: [0m
[0;1;30m 8: [0m[1m[0;1;46m - 'V1=0x0' [0m
[0;1;30m 9: [0m[1m[0;1;46m - 'V0M8=0x0' [0m
[0;1;30m 10: [0m[1m[0;1;46m - 'V16=0x0' [0m
[0;1;30m 11: [0m[1m[0;1;46mcpu_name: sifive-p670 [0m
[0;1;30m 12: [0m[1m[0;1;46mllvm_triple: riscv64 [0m
[0;1;30m 13: [0m[1m[0;1;46mmin_instructions: 100 [0m
[0;1;30m 14: [0m[1m[0;1;46mmeasurements: [] [0m
[0;1;30m 15: [0m[1m[0;1;46merror: actual measurements skipped. [0m
[0;1;30m 16: [0m[1m[0;1;46minfo: Repeating a single implicitly serial instruction [0m
[0;1;30m 17: [0m[1m[0;1;46massembled_snippet: 57733009D70008C2D70008C2D70008C2D70008C28280 [0m
[0;1;30m 18: [0m[1m[0;1;46m... [0m
[0;1;30m 19: [0m[1m[0;1;46m[0m
[0;1;32meof:7 ^
[0m>>>>>>
...
```
</details>
https://github.com/llvm/llvm-project/pull/129290
More information about the llvm-commits
mailing list