RE: [PATCH] RISC-V: Fix VL operand bug in VSETVL PASS[PR110264]

2023-06-16 Thread Li, Pan2 via Gcc-patches
@gmail.com Subject: Re: [PATCH] RISC-V: Fix VL operand bug in VSETVL PASS[PR110264] On 6/16/23 02:02, Juzhe-Zhong wrote: > This patch fixes this issue happens on both GCC-13 and GCC-14. > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110264 > > The testcase is too big and I failed to re

Re: [PATCH] RISC-V: Fix VL operand bug in VSETVL PASS[PR110264]

2023-06-16 Thread Jeff Law via Gcc-patches
On 6/16/23 02:02, Juzhe-Zhong wrote: This patch fixes this issue happens on both GCC-13 and GCC-14. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110264 The testcase is too big and I failed to reduce it so I didn't append test into this patch. This patch should not only land into GCC-14 but a