Re: [PATCH] Fix the dynamic_align_addr stuff partially (PR rtl-optimization/88331)

2019-01-09 Thread Richard Biener
On Tue, 8 Jan 2019, Jakub Jelinek wrote: > Hi! > > The following patch attempts to fix one of the several issues with > the r266345 commit. assign_stack_local isn't called just during expansion, > but also during RA, at which point we can't just randomly emit insns in the > middle of nowhere hop

[PATCH] Fix the dynamic_align_addr stuff partially (PR rtl-optimization/88331)

2019-01-08 Thread Jakub Jelinek
Hi! The following patch attempts to fix one of the several issues with the r266345 commit. assign_stack_local isn't called just during expansion, but also during RA, at which point we can't just randomly emit insns in the middle of nowhere hoping it will be emitted in some insn sequence. This pa