Re: [PATCH V5 0/3] RISC-V: Add an experimental vector calling convention

2023-09-07 Thread Lehua Ding
Pushed to trunk with few testcase modifications, e.g. adding { target { riscv_vector } } to dg-run and adding -march / -mabi for compile tests. Thank you so much Kito for your help :) -- Best, Lehua

Re: [PATCH V5 0/3] RISC-V: Add an experimental vector calling convention

2023-09-06 Thread Kito Cheng via Gcc-patches
Pushed to trunk with few testcase modifications, e.g. adding { target { riscv_vector } } to dg-run and adding -march / -mabi for compile tests. On Tue, Sep 5, 2023 at 4:18 PM Kito Cheng wrote: > > Thanks for fixing the issue! I guess I could find time tonight to do > the final round review and te

Re: [PATCH V5 0/3] RISC-V: Add an experimental vector calling convention

2023-09-05 Thread Kito Cheng via Gcc-patches
Thanks for fixing the issue! I guess I could find time tonight to do the final round review and test :P then we could land this patch this week. On Tue, Sep 5, 2023 at 3:45 PM Lehua Ding wrote: > > V5 change: Rebase and fix vsetvl testcase fail by change > `(unspec [...] UNSPEC_CALLEE_CC)` to `(u

[PATCH V5 0/3] RISC-V: Add an experimental vector calling convention

2023-09-05 Thread Lehua Ding
V5 change: Rebase and fix vsetvl testcase fail by change `(unspec [...] UNSPEC_CALLEE_CC)` to `(use (unspec [...] UNSPEC_CALLEE_CC))`. This change makes single_set function re-think call_insn as a single set pattern. Hi RISC-V folks, This patch implement the proposal of RISC-V vector calling conv