ewlu / gcc-precommit-ci

2 stars 0 forks source link

Patch Status 25997-V2_RISCV_Fix_ICE_for_the_fusion_case_from_vsetvl_to_scalar_movePR111927-1 #547

Closed github-actions[bot] closed 11 months ago

github-actions[bot] commented 11 months ago

Precommit CI Run information

Logs can be found in the associated Github Actions run: https://github.com/ewlu/gcc-precommit-ci/actions/runs/6726364893

Patch information

Applied patches: 1 -> 1 Associated series: https://patchwork.sourceware.org/project/gcc/list/?series=25997 Last patch applied: https://patchwork.sourceware.org/project/gcc/patch/20231023094034.1728130-1-juzhe.zhong@rivai.ai/

Build Targets

Some targets are built as multilibs. If a build target ends with multilib, please refer to the table below to see all the targets within that multilib. Target name -march string
newlib-rv64gc-lp64d-multilib rv32gc-ilp32d, rv64gc-lp64d
linux-rv64gcv-lp64d-multilib rv32gcv-ilp32d, rv64gcv-lp64d

Target Information

Target Shorthand -march string
Bitmanip gc_zba_zbb_zbc_zbs

Notes

Testsuite checks are in beta testing stages. Results are unstable and may be inaccurate.

github-actions[bot] commented 11 months ago

Lint Status

The following issues have been found with 25997-V2_RISCV_Fix_ICE_for_the_fusion_case_from_vsetvl_to_scalar_movePR111927-1 using gcc's ./contrib/check_GNU_style.py. Please use your best judgement when resolving these issues. These are only warnings and do not need to be resolved in order to merge your patch. If any of these warnings seem like false-positives that could be guarded against please contact me: patchworks-ci@rivosinc.com.

=== ERROR type #1: there should be exactly one space between function name and parenthesis (1 error(s)) ===
gcc/config/riscv/riscv-vsetvl.cc:1550:19:      NEXT: vsetvl a5(VL), a4(AVL) ...

Additional information

github-actions[bot] commented 11 months ago

Apply Status

Target Status
Baseline hash: https://github.com/gcc-mirror/gcc/commit/1acd4576435974f36dc91a8cc707cdcdccd049be Failed
Tip of tree hash: https://github.com/gcc-mirror/gcc/commit/da9e72f80f3358bd9586e11aaf03341c1f867318 Failed

Command

> git am ../patches/*.patch --whitespace=fix -q --3way --empty=drop --reject

Output

error: sha1 information is lacking or useless (gcc/config/riscv/riscv-vsetvl.cc).
error: could not build fake ancestor
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 RISC-V: Fix ICE for the fusion case from vsetvl to scalar move[PR111927]
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".

Additional information