[clang] [llvm] [RISCV] Update P extension to the 018 version of the spec. (PR #170399)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 7 23:22:10 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 `clang,llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/174/builds/28545
<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/rvp-ext-rv32.ll' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 2
/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/llc -mtriple=riscv32 -mattr=+experimental-p -enable-p-ext-codegen -verify-machineinstrs < /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/RISCV/rvp-ext-rv32.ll | /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/FileCheck --check-prefixes=CHECK,CHECK-RV32 /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/RISCV/rvp-ext-rv32.ll
# executed command: /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/llc -mtriple=riscv32 -mattr=+experimental-p -enable-p-ext-codegen -verify-machineinstrs
# note: command had no output on stdout or stderr
# executed command: /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/FileCheck --check-prefixes=CHECK,CHECK-RV32 /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/RISCV/rvp-ext-rv32.ll
# .---command stderr------------
# | [1m/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/RISCV/rvp-ext-rv32.ll:719:20: [0m[0;1;31merror: [0m[1mCHECK-RV32-NEXT: expected string not found in input
[0m# | [1m[0m; CHECK-RV32-NEXT: ppack.dh a2, a4, a6
# | [0;1;32m ^
[0m# | [0;1;32m[0m[1m<stdin>:629:16: [0m[0;1;30mnote: [0m[1mscanning from here
[0m# | [1m[0m sll a5, a1, a2
# | [0;1;32m ^
[0m# | [0;1;32m[0m[1m<stdin>:630:2: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m# | [1m[0m ppaire.db a2, a4, a6
# | [0;1;32m ^
[0m# | [0;1;32m[0m
# | Input file: <stdin>
# | Check file: /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/RISCV/rvp-ext-rv32.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | [1m[0m[0;1;30m 1: [0m[1m[0;1;46m .attribute 4, 16 [0m
# | [0;1;30m 2: [0m[1m[0;1;46m .attribute 5, "rv32i2p1_p0p18" [0m
# | [0;1;30m 3: [0m[1m[0;1;46m .file "<stdin>" [0m
# | [0;1;30m 4: [0m[1m[0;1;46m .text [0m
# | [0;1;30m 5: [0m[1m[0;1;46m .globl test_padd_h # -- Begin function test_padd_h [0m
# | [0;1;30m 6: [0m[1m[0;1;46m .p2align 2 [0m
# | [0;1;30m 7: [0m[1m[0;1;46m .type test_padd_h, at function [0m
# | [0;1;30m 8: [0m[1m[0;1;46m[0mtest_padd_h:[0;1;46m # @test_padd_h [0m
# | [0;1;32mlabel:7'0 ^~~~~~~~~~~~
[0m# | [0;1;32m[0m[0;1;32mlabel:7'1 ^~~~~~~~~~~~
[0m# | [0;1;32m[0m[0;1;30m 9: [0m[1m[0;1;46m .cfi_startproc [0m
# | [0;1;30m 10: [0m[1m[0;1;46m[0m# %bb.0:[0;1;46m [0m
# | [0;1;32mcheck:8 ^~~~~~~~
[0m# | [0;1;32m[0m[0;1;30m 11: [0m[1m[0;1;46m [0mlw a1, 0(a1)[0;1;46m [0m
# | [0;1;32mnext:9 ^~~~~~~~~~~~
[0m# | [0;1;32m[0m[0;1;30m 12: [0m[1m[0;1;46m [0mlw a2, 0(a2)[0;1;46m [0m
# | [0;1;32mnext:10 ^~~~~~~~~~~~
[0m# | [0;1;32m[0m[0;1;30m 13: [0m[1m[0;1;46m [0mpadd.h a1, a1, a2[0;1;46m [0m
# | [0;1;32mnext:11 ^~~~~~~~~~~~~~~~~
[0m# | [0;1;32m[0m[0;1;30m 14: [0m[1m[0;1;46m [0msw a1, 0(a0)[0;1;46m [0m
# | [0;1;32mnext:12 ^~~~~~~~~~~~
[0m# | [0;1;32m[0m[0;1;30m 15: [0m[1m[0;1;46m [0mret[0;1;46m [0m
...
```
</details>
https://github.com/llvm/llvm-project/pull/170399
More information about the llvm-commits
mailing list