Re: [PATCH 3/3] RISC-V: load and store-lanes with SLP

2024-07-11 Thread Richard Biener
On Wed, 10 Jul 2024, Richard Sandiford wrote: > Richard Biener writes: > > The following is a prototype for how to represent load/store-lanes > > within SLP. I've for now settled with having a single load node > > with multiple permute nodes acting as selection, one for each loaded lane > > and

Re: [PATCH 3/3] RISC-V: load and store-lanes with SLP

2024-07-10 Thread Richard Sandiford
Richard Biener writes: > The following is a prototype for how to represent load/store-lanes > within SLP. I've for now settled with having a single load node > with multiple permute nodes acting as selection, one for each loaded lane > and a single store node fed from all stored lanes. For > >