RE: FW: [PATCH v5 0/19] Support early break/return auto-vectorization

2023-06-28 Thread Tamar Christina via Gcc-patches
gets the more bugs I can fix 😊 Cheers, Tamar > Thanks. > > > juzhe.zh...@rivai.ai > > From: Li, Pan2 > Date: 2023-06-28 22:21 > To: juzhe.zh...@rivai.ai > Subject: FW: [PATCH v5 0/19] Support early break/return auto-vectorization > FYI. > > -----Original Message-----

Re: FW: [PATCH v5 0/19] Support early break/return auto-vectorization

2023-06-28 Thread 钟居哲
ust write some comments trying to figure out how I can adapt your working for RVV in the future. Thanks. juzhe.zh...@rivai.ai From: Li, Pan2 Date: 2023-06-28 22:21 To: juzhe.zh...@rivai.ai Subject: FW: [PATCH v5 0/19] Support early break/return auto-vectorization FYI. -Original Mess

[PATCH v5 0/19] Support early break/return auto-vectorization

2023-06-28 Thread Tamar Christina via Gcc-patches
Hi All, This patch adds initial support for early break vectorization in GCC. The support is added for any target that implements a vector cbranch optab, this includes both fully masked and non-masked targets. Depending on the operation, the vectorizer may also require support for boolean mask re