Re: [PATCH] Add a helper function: create_tmp

2016-10-12 Thread Martin Liška
On 10/11/2016 12:31 PM, Richard Biener wrote: > Hrm. Too easy to confuse with create_tmp_reg ... so maybe > create_tmp_reg_or_ssa_name? Yep, renamed function patch installed as r241030. Thanks, Martin

Re: [PATCH] Add a helper function: create_tmp

2016-10-11 Thread Richard Biener
On Tue, Oct 11, 2016 at 12:29 PM, Richard Biener wrote: > On Tue, Oct 11, 2016 at 11:28 AM, Martin Liška wrote: >> Following patch is a small infrastructure enhancement >> in gimple-fold.c. >> >> Tests of the whole series have been running. > > Sorry to be picky, but can you rename it to create_r

Re: [PATCH] Add a helper function: create_tmp

2016-10-11 Thread Richard Biener
On Tue, Oct 11, 2016 at 11:28 AM, Martin Liška wrote: > Following patch is a small infrastructure enhancement > in gimple-fold.c. > > Tests of the whole series have been running. Sorry to be picky, but can you rename it to create_reg_tmp? Ok with that change. RIchard. > Thanks, > Martin

[PATCH] Add a helper function: create_tmp

2016-10-11 Thread Martin Liška
Following patch is a small infrastructure enhancement in gimple-fold.c. Tests of the whole series have been running. Thanks, Martin >From cf5983472b8482734393680493293811e5400d6e Mon Sep 17 00:00:00 2001 From: marxin Date: Tue, 11 Oct 2016 11:20:33 +0200 Subject: [PATCH 2/5] Add a helper functio