Re: Re: [PATCH V2] RISC-V: Add AVL propagation PASS for RVV auto-vectorization

2023-10-26 Thread juzhe.zh...@rivai.ai
Oh. It's surprising. I think current RVV GCC is not stable and buggy so that different FAILs in different machines. Currently, we have 2 middle-end bugs: 1. COND_LEN_XXX: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111760 2. Gather load bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111970

Re: Re: [PATCH V2] RISC-V: Add AVL propagation PASS for RVV auto-vectorization

2023-10-26 Thread juzhe.zh...@rivai.ai
Thanks Kito. I have sent V3 with adapting testcases (2 additional dump FAILs detected by both Pan Li and Patrick). No need to review. I will wait for patrick is ok to ignore popcount FAILs for now then commit it. juzhe.zh...@rivai.ai From: Kito Cheng Date: 2023-10-26 15:51 To: Juzhe-Zhong C