Shih-Po Hung
84be954cb2
[RISCV][CostModel] Refine Arithmetic reduction costs ( #79103 )
...
This patch is split off from #77342
- Correct for CodeSize cost that 1 instruction is not included. 3 is
from {VMV.S, ReductionOp, VMV.X}
- Add SplitCost
Unordered reduction chain a series of VADD/VFADD/... which scales with
LMUL.
Ordered reductions chain a series of VFREDOSUMs.
- Use MVT to estimate VL.
2024-01-25 10:49:44 +08:00
..
2024-01-17 15:59:13 +01:00
2023-09-06 15:46:14 -07:00
2024-01-24 15:25:29 +01:00
2023-10-24 20:27:39 -07:00
2023-12-02 13:01:48 -08:00
2023-01-10 11:38:58 -08:00
2024-01-25 10:49:44 +08:00
2022-12-02 18:47:43 -05:00
2023-09-18 08:23:10 +02:00
2023-07-06 14:33:12 +01:00
2023-12-05 14:09:36 +01:00
2023-10-27 09:32:20 +08:00
2023-07-25 03:04:42 +00:00
2023-09-05 22:01:51 -07:00
2023-08-25 15:02:09 -07:00
2022-12-16 12:21:31 +01:00
2023-03-21 14:49:41 -05:00
2022-12-28 00:09:52 +00:00
2022-12-16 12:20:01 +01:00
2023-11-27 00:19:23 -08:00
2023-11-03 10:46:07 +01:00
2024-01-24 11:20:16 +01:00
2023-07-12 14:35:55 +02:00
2024-01-03 13:49:13 +01:00
2023-03-17 09:33:16 +01:00
2023-11-20 14:45:01 -08:00
2022-12-09 01:04:45 +03:00
2022-12-02 18:47:43 -05:00
2022-12-02 18:47:43 -05:00
2023-12-31 04:38:18 +08:00
2022-12-02 18:47:43 -05:00
2024-01-11 13:54:07 -08:00
2023-08-30 10:31:58 -07:00
2023-12-27 03:16:43 +08:00
2024-01-24 13:43:07 +01:00
2023-12-21 09:23:47 +01:00