Thanks Jeff. I have found multiple dump FAIL issues are related to middle-end.
For example: 111721 – RISC-V: Failed to SLP for gather_load in RVV (gnu.org) I have file bugzilla and I will fix them eventually but I am planning to fix the FAILs first which are the testcase issues. Then come back to fix the implementation issues that I have filed bugzilla. So, don't worry. Will keep you posted. juzhe.zh...@rivai.ai From: Jeff Law Date: 2023-10-10 22:02 To: juzhe.zhong CC: macro; gcc-patches; Robin Dapp; Kito.cheng; Richard Biener Subject: Re: [PATCH] RISC-V/testsuite: Enable `vect_pack_trunc' On 10/10/23 07:53, juzhe.zhong wrote: > I am working on it. Currently, we have about 50+ additional FAILs after > enabling vectorization. > > some of them need fixed on middle-end. E.g richard fixed a missed cse > optimization. > > Some need fix on test case. > > I am analyzing each fail one by one. > > I prefer postpone this patch since it will cause some additional fails > and I will handle that eventually after full coverage analysis. OK. We can defer. I just want to make sure we're all know where things stand. jeff