I will first send refactor patch soon. Then second send comparison patch. The refactor patch will be applicable for all future use, and they should come first since I have implemented the all RVV auto-vectorization patterns and I know what we will need in the future use.
Thanks. juzhe.zh...@rivai.ai From: Robin Dapp Date: 2023-05-22 20:26 To: juzhe.zh...@rivai.ai; gcc-patches CC: rdapp.gcc; Kito.cheng; palmer; jeffreyalaw; richard.sandiford Subject: Re: [PATCH] RISC-V: Add RVV comparison autovectorization > I do refactoring since we are going to have many different > auto-vectorization patterns, for example: cond_add....etc. > > I should make the current framework suitable for all of them to > simplify the future work. That's good in general but can't it wait until the respective changes go in? I don't know how much you intend to change but it will be easier to review as well if we don't change parts now that might be used differently in the future. On top, we won't get everything right with the first shot anyway. Regards Robin