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: [Patch AArch64] Fix PR 63724 - Improve immediate generation


On 11/07/2014 01:02 PM, Ramana Radhakrishnan wrote:
> +	  *cost = COSTS_N_INSNS (aarch64_internal_mov_immediate
> +				 (gen_rtx_REG (mode, 0), x, false));
>  	}

Can't you pass NULL for the register when generate is false?


r~


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