Re: [PATCH] explow: Allow dynamic allocations after vregs

2023-11-05 Thread Richard Biener
On Sun, Nov 5, 2023 at 7:32 PM Richard Sandiford wrote: > > This patch allows allocate_dynamic_stack_space to be called before > or after virtual registers have been instantiated. It uses the > same approach as allocate_stack_local, which already supported this. > > Tested on aarch64-linux-gnu &

[PATCH] explow: Allow dynamic allocations after vregs

2023-11-05 Thread Richard Sandiford
This patch allows allocate_dynamic_stack_space to be called before or after virtual registers have been instantiated. It uses the same approach as allocate_stack_local, which already supported this. Tested on aarch64-linux-gnu & x86_64-linux-gnu. OK to install? Richard gcc/ * function