ewlu / gcc-precommit-ci

2 stars 0 forks source link

Patch Status 26130-ReadytocommitV3_RISCV_Add_AVL_propagation_PASS_for_RVV_autovectorization-1 #489

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/6670607175

Patch information

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

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 26130-ReadytocommitV3_RISCV_Add_AVL_propagation_PASS_for_RVV_autovectorization-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: braces should be on a separate line (1 error(s)) ===
gcc/config/riscv/riscv-avlprop.cc:127:77:  pass_avlprop (gcc::context *ctxt) : rtl_opt_pass (pass_data_avlprop, ctxt) {}

=== ERROR type #2: dot, space, space, end of comment (11 error(s)) ===
gcc/config/riscv/riscv-avlprop.cc:92:24:/* dump helper functions */
gcc/config/riscv/riscv-avlprop.cc:113:20:  RTL_PASS,     /* type */
gcc/config/riscv/riscv-avlprop.cc:114:21:  "avlprop",    /* name */
gcc/config/riscv/riscv-avlprop.cc:115:33:  OPTGROUP_NONE, /* optinfo_flags */
gcc/config/riscv/riscv-avlprop.cc:116:20:  TV_NONE,  /* tv_id */
gcc/config/riscv/riscv-avlprop.cc:117:29:  0,        /* properties_required */
gcc/config/riscv/riscv-avlprop.cc:118:29:  0,        /* properties_provided */
gcc/config/riscv/riscv-avlprop.cc:119:30:  0,        /* properties_destroyed */
gcc/config/riscv/riscv-avlprop.cc:120:26:  0,        /* todo_flags_start */
gcc/config/riscv/riscv-avlprop.cc:121:27:  0,        /* todo_flags_finish */
gcc/config/riscv/riscv-avlprop.cc:354:75:  /* Go through all the candidates looking for AVL that we could propagate.█*/

=== ERROR type #3: dot, space, space, new sentence (4 error(s)) ===
gcc/config/riscv/riscv-avlprop.cc:26:49:       there will become even harder to maintain.█A straight forward
gcc/config/riscv/riscv-avlprop.cc:207:34:       arithmetic operations (e.d.█DIV), then do the whole vector register
gcc/config/riscv/riscv-avlprop.cc:213:65:   generates the VLMAX instruction due to missed LEN information.█The later
gcc/config/riscv/riscv-avlprop.cc:232:14:    instruction.█It should be totally enough for vectorized codes since

=== ERROR type #4: lines should not exceed 80 characters (1 error(s)) ===
gcc/config.gcc:547:80:        extra_objs="${extra_objs} riscv-v.o riscv-vsetvl.o riscv-vector-costs.o riscv-avlprop.o"

=== ERROR type #5: there should be exactly one space between function name and parenthesis (1 error(s)) ===
gcc/config/riscv/riscv-avlprop.cc:9:50:the Free Software Foundation; either version 3, or(at your option)

=== ERROR type #6: trailing whitespace (1 error(s)) ===
gcc/config/riscv/t-riscv:83:65:  $(TARGET_H) tree-pass.h df.h rtl-ssa.h cfgcleanup.h insn-attr.h█

Additional information

github-actions[bot] commented 11 months ago

Apply Status

Target Status
Baseline hash: https://github.com/gcc-mirror/gcc/commit/f75fc1f Applied
Tip of tree hash: https://github.com/gcc-mirror/gcc/commit/32cc0b82a3c2e38caa9f2266d4ba375ccb1fe9cc Failed

Notes

Failed to apply to tip-of-tree. The patch will still be tested against the baseline hash. A rebase may be necessary before merging.

Additional information

github-actions[bot] commented 11 months ago

Build GCC Status

Additional information

github-actions[bot] commented 11 months ago

Testsuite Status (Beta - Ignore Results)

Waiting for build to complete.

Additional information