Re: [PATCH] RISC-V: Fix some dynamic LMUL costing.

2025-02-18 Thread Robin Dapp
As just agreed in the patchwork meeting let's defer that to stage 1 unless somebody really has a need for better dynamic LMUL right now. -- Regards Robin

[PATCH] RISC-V: Fix some dynamic LMUL costing.

2025-02-14 Thread Robin Dapp
Hi, with all-SLP we sometimes annotate statements slightly differently. This patch uses STMT_VINFO_RELEVANT_P in order to walk through potential program points when doing dynamic LMUL costing. Also it makes the LMUL estimate always use the same path. This helps fix a number of test cases that r