Re: [PATCH v8 00/10] riscv: set vstart_eq_zero on mark_vs_dirty

2024-03-09 Thread Daniel Henrique Barboza
On 3/9/24 17:14, Richard Henderson wrote: On 3/8/24 11:53, Daniel Henrique Barboza wrote: - patch 7 (patch 3 from v7): do not remove brconds from scalar move    insns    trans_vmv_s_x() and trans_vfmv_s_f() does not have a helper that will    handle vstart >= vl for them, so they need their

Re: [PATCH v8 00/10] riscv: set vstart_eq_zero on mark_vs_dirty

2024-03-09 Thread Richard Henderson
On 3/8/24 11:53, Daniel Henrique Barboza wrote: - patch 7 (patch 3 from v7): do not remove brconds from scalar move insns trans_vmv_s_x() and trans_vfmv_s_f() does not have a helper that will handle vstart >= vl for them, so they need their brcond. - patches 4 and 5 from v7: dropped. W

[PATCH v8 00/10] riscv: set vstart_eq_zero on mark_vs_dirty

2024-03-08 Thread Daniel Henrique Barboza
Hi, In this new version we addressed the points rose by LIU Zhiwei in the v7 version. Some patches had to go, additional patches were added: - patches 1 and 2 from v7: already queued and sent in the last PR. - patch 6 from v7: moved to patch 1 - patches 2, 3, 4 and 5 (all new): rework how we up