Re:[pushed] [PATCH 0/3] Optimize loongarch vector implementation.

2023-10-18 Thread chenglulu
Pushed to r14-4730. 在 2023/10/16 上午10:00, Jiahao Xu 写道: The following three patches further enhance loongarch’s vectorization capabilities. Patch one add LoongArch support for AVG_CEIL/FLOOR. Patch 2 add LoongArch support for vec_widen_mult/add/sub_lo/hi patterns. patch 3 make loongarch use

[PATCH 0/3] Optimize loongarch vector implementation.

2023-10-15 Thread Jiahao Xu
The following three patches further enhance loongarch’s vectorization capabilities. Patch one add LoongArch support for AVG_CEIL/FLOOR. Patch 2 add LoongArch support for vec_widen_mult/add/sub_lo/hi patterns. patch 3 make loongarch use the new vector hooks and implements the costing function de