Re: [PATCH] RISC-V: Add VLS modes for GNU vectors

2023-06-19 Thread Jeff Law via Gcc-patches
On 6/19/23 15:45, 钟居哲 wrote: Hi, Jeff. Thanks for comment. I add INCLUDE_ALGORITHM since I use std:min. I failed to compile when I didn't add INCLUDE_ALGORITHM. Is INCLUDE_ALGORITHM expensive that you don't want it? It just stood out as unexpected. THere's no concerns with std::min and t

Re: Re: [PATCH] RISC-V: Add VLS modes for GNU vectors

2023-06-19 Thread 钟居哲
kito.cheng; palmer; rdapp.gcc Subject: Re: [PATCH] RISC-V: Add VLS modes for GNU vectors On 6/18/23 17:06, Juzhe-Zhong wrote: > This patch is a propsal patch is **NOT** ready to push since > after this patch the total machine modes will exceed 255 which will create ICE > in LTO: >i

Re: [PATCH] RISC-V: Add VLS modes for GNU vectors

2023-06-19 Thread Jeff Law via Gcc-patches
On 6/18/23 17:06, Juzhe-Zhong wrote: This patch is a propsal patch is **NOT** ready to push since after this patch the total machine modes will exceed 255 which will create ICE in LTO: internal compiler error: in bp_pack_int_in_range, at data-streamer.h:290 Right. Note that an ack from Jak