Re: [PATCH V2] RISC-V: Add conditional unary neg/abs/not autovec patterns
Committed, thanks. On 2023/8/23 16:45, Robin Dapp wrote: OK, thanks. Regards Robin -- Best, Lehua
Re: [PATCH V2] RISC-V: Add conditional unary neg/abs/not autovec patterns
OK, thanks. Regards Robin
[PATCH V2] RISC-V: Add conditional unary neg/abs/not autovec patterns
V2 changes: 1. remove xfail 2. testcase files naming harmonized with existing --- Hi, This patch add conditional unary neg/abs/not autovec patterns to RISC-V backend. For this C code: void test_3 (float *__restrict a, float *__restrict b, int *__restrict pred, int n) { for (int i = 0; i < n;