Re: [PATCH GCC]Refactor force_expr_to_var_cost and handle type conversion

2013-11-11 Thread Richard Biener
On Mon, Nov 11, 2013 at 8:29 AM, Bin.Cheng amker.ch...@gmail.com wrote: On Fri, Nov 8, 2013 at 10:06 PM, Richard Biener richard.guent...@gmail.com wrote: On Fri, Nov 8, 2013 at 2:41 PM, bin.cheng bin.ch...@arm.com wrote: Hi, This patch refactors force_expr_to_var_cost and handles type

Re: [PATCH GCC]Refactor force_expr_to_var_cost and handle type conversion

2013-11-10 Thread Bin.Cheng
On Fri, Nov 8, 2013 at 10:06 PM, Richard Biener richard.guent...@gmail.com wrote: On Fri, Nov 8, 2013 at 2:41 PM, bin.cheng bin.ch...@arm.com wrote: Hi, This patch refactors force_expr_to_var_cost and handles type conversion along with other tree nodes. It is split from the patch posted at

[PATCH GCC]Refactor force_expr_to_var_cost and handle type conversion

2013-11-08 Thread bin.cheng
Hi, This patch refactors force_expr_to_var_cost and handles type conversion along with other tree nodes. It is split from the patch posted at http://gcc.gnu.org/ml/gcc-patches/2013-11/msg00546.html Bootstrap and test with the patch lowering address expressions on x86/x86_64/arm. Is it OK?

Re: [PATCH GCC]Refactor force_expr_to_var_cost and handle type conversion

2013-11-08 Thread Richard Biener
On Fri, Nov 8, 2013 at 2:41 PM, bin.cheng bin.ch...@arm.com wrote: Hi, This patch refactors force_expr_to_var_cost and handles type conversion along with other tree nodes. It is split from the patch posted at http://gcc.gnu.org/ml/gcc-patches/2013-11/msg00546.html Bootstrap and test with the