https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115556

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|target                      |ipa

--- Comment #18 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
This feels like an IPA bug.


  hwy::detail::TypeName (&D.350089, POLY_INT_CST [4, 4], &string100);


Where are doing a clone and constant proping the constant `POLY_INT_CST [4, 4]`
to the clone but the caller function has SVE turned on but the callee does not.

Reply via email to