Re: [PATCH V5] fsra: gimple final sra pass for paramters and returns

2024-09-13 Thread Richard Biener
On Wed, 21 Aug 2024, Jiufu Guo wrote: Hi, There are a few PRs (meta-bug PR101926) about accessing aggregate parameters/returns which are passed through registers. A major reason of those issues is when access the aggregate, the temporary stack slots are used without leverage the information ab

[PATCH V5] fsra: gimple final sra pass for paramters and returns

2024-08-20 Thread Jiufu Guo
Hi, There are a few PRs (meta-bug PR101926) about accessing aggregate parameters/returns which are passed through registers. A major reason of those issues is when access the aggregate, the temporary stack slots are used without leverage the information about the incoming/outgoing registers. We