Re: [PATCH 3/9] Introduce emit_status::ensure_regno_capacity

2016-11-23 Thread Jeff Law
On 11/11/2016 02:15 PM, David Malcolm wrote: Link to earlier version of the patch: https://gcc.gnu.org/ml/gcc-patches/2016-10/msg00278.html gcc/ChangeLog: * emit-rtl.c (gen_reg_rtx): Move regno_pointer_align and regno_reg_rtx resizing logic to...

Re: [PATCH 3/9] Introduce emit_status::ensure_regno_capacity

2016-11-14 Thread David Malcolm
On Mon, 2016-11-14 at 15:17 +0100, Bernd Schmidt wrote: > On 11/11/2016 10:15 PM, David Malcolm wrote: > > Link to earlier version of the patch: > > https://gcc.gnu.org/ml/gcc-patches/2016-10/msg00278.html > > Isn't this the same one? > It is; sorry. The rest of the patch kit has changed

Re: [PATCH 3/9] Introduce emit_status::ensure_regno_capacity

2016-11-14 Thread Bernd Schmidt
On 11/11/2016 10:15 PM, David Malcolm wrote: Link to earlier version of the patch: https://gcc.gnu.org/ml/gcc-patches/2016-10/msg00278.html Isn't this the same one? Bernd

[PATCH 3/9] Introduce emit_status::ensure_regno_capacity

2016-11-11 Thread David Malcolm
Link to earlier version of the patch: https://gcc.gnu.org/ml/gcc-patches/2016-10/msg00278.html gcc/ChangeLog: * emit-rtl.c (gen_reg_rtx): Move regno_pointer_align and regno_reg_rtx resizing logic to... (emit_status::ensure_regno_capacity): ...this new method.