RE: [PATCH v3] LoongArch: Implement vector cbranch optab for LSX and LASX

2024-12-31 Thread Tamar Christina
ct: [PATCH v3] LoongArch: Implement vector cbranch optab for LSX and LASX > > In order to support vectorization of loops with multiple exits, this > patch adds the implementation of the conditional branch optab for > LoongArch LSX/LASX instructions. > > This patch causes the gen-vect-{2,2

Re:[pushed] [PATCH v3] LoongArch: Implement vector cbranch optab for LSX and LASX

2024-12-31 Thread Lulu Cheng
Pushed to r15-6477. 在 2024/12/25 下午5:59, Jiahao Xu 写道: In order to support vectorization of loops with multiple exits, this patch adds the implementation of the conditional branch optab for LoongArch LSX/LASX instructions. This patch causes the gen-vect-{2,25}.c tests to fail. This is because

[PATCH v3] LoongArch: Implement vector cbranch optab for LSX and LASX

2024-12-25 Thread Jiahao Xu
In order to support vectorization of loops with multiple exits, this patch adds the implementation of the conditional branch optab for LoongArch LSX/LASX instructions. This patch causes the gen-vect-{2,25}.c tests to fail. This is because the support for vectorizing loops with multiple exits has