https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122827
--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to ktkachov from comment #5) > My bisection landed on g:b191e8bdecf btw, which was added to address > PR117477. Hmm, this would mean it is either a register allocator issue or a pass after ra which is causing the issue. But aarch64, does -mearly-ra=none (or -mearly-ra=strided) cause the failure to go away? I am trying to see if the issue is related to doing ra early for floating point or not.
