RE: [PATCH v2] RISC-V: Bugfix for the RVV const vector

2023-12-17 Thread Li, Pan2
Committed, thanks Juzhe. Pan From: juzhe.zh...@rivai.ai Sent: Monday, December 18, 2023 3:37 PM To: Li, Pan2 ; gcc-patches Cc: Li, Pan2 ; Wang, Yanzhang ; kito.cheng Subject: Re: [PATCH v2] RISC-V: Bugfix for the RVV const vector OK. LGTM. It's an obvious fix and not easy to add the

Re: [PATCH v2] RISC-V: Bugfix for the RVV const vector

2023-12-17 Thread juzhe.zh...@rivai.ai
OK. LGTM. It's an obvious fix and not easy to add the test (No need to add such test). juzhe.zh...@rivai.ai From: pan2.li Date: 2023-12-18 15:35 To: gcc-patches CC: juzhe.zhong; pan2.li; yanzhang.wang; kito.cheng Subject: [PATCH v2] RISC-V: Bugfix for the RVV const vector From: P

[PATCH v2] RISC-V: Bugfix for the RVV const vector

2023-12-17 Thread pan2 . li
From: Pan Li This patch would like to fix one bug of const vector for interleave. Assume we need to generate interleave const vector like below. V = {{4, -4, 3, -3, 2, -2, 1, -1,} Before this patch: vsetvl a3, zero, e64, m8, ta, ma vid.v v8v8 = {0, 1, 2, 3, 4} li a6