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 ARM] PR 61154 - Define TARGET_SUPPORTS_WIDE_INT.


Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> writes:
> Hi,
>
> 	This is the simplest patch to fix PR61154 that came after the wide-int 
> merge. I've got a patch stack that tries to audit the use of GEN_INT vs 
> gen_int_mode and the use of CONST_DOUBLE with VOIDmode in the backend 
> but it's still not safe to go and TBH I'd like to deal with that 
> separately given the current state of brokenness in the tree.
>
> Tested with a bootstrap again today on top of 211072 and earlier 
> regression tests showed no regressions.
>
> Will apply once regression tests finish.
>
> regards
> Ramana
>
> <DATE>  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
>
>     * config/arm/arm.h (TARGET_SUPPORTS_WIDE_INT): Define.
>     * config/arm/arm.md (movdi splitter): Replace const_double_operand
>       with immediate_operand.

Thanks for doing this!

Richard


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