RE: [PATCH V4] VECT: Support CALL vectorization for COND_LEN_*

2023-08-08 Thread Li, Pan2 via Gcc-patches
Committed, thanks Richard. Pan -Original Message- From: Gcc-patches On Behalf Of Richard Biener via Gcc-patches Sent: Tuesday, August 8, 2023 8:28 PM To: juzhe.zh...@rivai.ai Cc: gcc-patches ; richard.sandiford Subject: Re: [PATCH V4] VECT: Support CALL vectorization for COND_LEN_

Re: [PATCH V4] VECT: Support CALL vectorization for COND_LEN_*

2023-08-08 Thread Richard Biener via Gcc-patches
eel free to correct me if I am wrong. > Thanks. > > > juzhe.zh...@rivai.ai > > From: juzhe.zhong > Date: 2023-08-07 17:38 > To: gcc-patches > CC: richard.sandiford; rguenther; Ju-Zhe Zhong > Subject: [PATCH V4] VECT: Support CALL vectorization for COND_LEN_* > Fro

Re: [PATCH V4] VECT: Support CALL vectorization for COND_LEN_*

2023-08-08 Thread juzhe.zh...@rivai.ai
; rguenther; Ju-Zhe Zhong Subject: [PATCH V4] VECT: Support CALL vectorization for COND_LEN_* From: Ju-Zhe Zhong Hi, Richard and Richi. Base on the suggestions from Richard: https://gcc.gnu.org/pipermail/gcc-patches/2023-July/625396.html This patch choose (1) approach that Richard provi

Re: [PATCH V4] VECT: Support CALL vectorization for COND_LEN_*

2023-08-07 Thread juzhe.zh...@rivai.ai
...@rivai.ai From: juzhe.zhong Date: 2023-08-07 17:38 To: gcc-patches CC: richard.sandiford; rguenther; Ju-Zhe Zhong Subject: [PATCH V4] VECT: Support CALL vectorization for COND_LEN_* From: Ju-Zhe Zhong Hi, Richard and Richi. Base on the suggestions from Richard: https://gcc.gnu.org

[PATCH V4] VECT: Support CALL vectorization for COND_LEN_*

2023-08-07 Thread juzhe . zhong
From: Ju-Zhe Zhong Hi, Richard and Richi. Base on the suggestions from Richard: https://gcc.gnu.org/pipermail/gcc-patches/2023-July/625396.html This patch choose (1) approach that Richard provided, meaning: RVV implements cond_* optabs as expanders. RVV therefore supports both IFN_COND_ADD an

[PATCH V4] VECT: Support CALL vectorization for COND_LEN_*

2023-08-02 Thread juzhe . zhong
From: Ju-Zhe Zhong Hi, Richard and Richi. Base on the suggestions from Richard: https://gcc.gnu.org/pipermail/gcc-patches/2023-July/625396.html This patch choose (1) approach that Richard provided, meaning: RVV implements cond_* optabs as expanders. RVV therefore supports both IFN_COND_ADD an