Ramana Radhakrishnan <ramana.radhakrish...@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.radhakrish...@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