https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112573
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=98953
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Really these two should optimized to:
adrp x8, a
add x8, x8, :lo12:a
rev w9, w0
str w9, [x8, w1, sxtw]
But currently does not due to PR 98953.
