https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104110
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target|aarch64 |aarch64*-*-* arm*-*-*
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Ok, this is interesting. On PowerPC and x86_64, rtl cse does not do the cse of
the constant but for aarch64 and arm it does ...
There has to be some cost issue.
