This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: invalid GET_MODE_WIDER_MODE assumption


On Fri, May 27, 2005 at 11:03:44PM -0400, DJ Delorie wrote:
> @@ -7747,7 +7747,7 @@ expand_expr_real_1 (tree exp, rtx target
>  	  optab other_optab = zextend_p ? smul_widen_optab : umul_widen_optab;
>  	  this_optab = zextend_p ? umul_widen_optab : smul_widen_optab;
>  
> -	  if (mode == GET_MODE_WIDER_MODE (innermode))
> +	  if (mode == GET_MODE_2XWIDER_MODE (innermode))

Is inventing GET_MODE_2XWIDER_MODE easier than just searching?
Or are you planning to use this elsewhere?


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]