RE: [PATCH v1] RISC-V: Bugfix for RVV float reduction in ZVE32/64

2023-06-17 Thread Li, Pan2 via Gcc-patches
Make sense, will update V2 patch for this. Pan From: 钟居哲 Sent: Sunday, June 18, 2023 7:09 AM To: Li, Pan2 ; gcc-patches Cc: rdapp.gcc ; Jeff Law ; Li, Pan2 ; Wang, Yanzhang ; kito.cheng Subject: Re: [PATCH v1] RISC-V: Bugfix for RVV float reduction in ZVE32/64 I think vlmul1, vlmul1_zve64

Re: [PATCH v1] RISC-V: Bugfix for RVV float reduction in ZVE32/64

2023-06-17 Thread 钟居哲
I think vlmul1, vlmul1_zve64, vlmul1_zve32 these 3 attributes are no longer used. Could you remove it ? juzhe.zh...@rivai.ai From: pan2.li Date: 2023-06-17 22:23 To: gcc-patches CC: juzhe.zhong; rdapp.gcc; jeffreyalaw; pan2.li; yanzhang.wang; kito.cheng Subject: [PATCH v1] RISC-V: Bugfix for