[Bug middle-end/113084] aarch64: vget_low blocks tail-call

2023-12-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113084

Andrew Pinski  changed:

   What|Removed |Added

   See Also||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=14441,
   ||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=107503
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
   Last reconfirmed||2023-12-19

--- Comment #2 from Andrew Pinski  ---
Also related to PR 107503 .

[Bug middle-end/113084] aarch64: vget_low blocks tail-call

2023-12-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113084

Andrew Pinski  changed:

   What|Removed |Added

   Severity|normal  |enhancement

[Bug middle-end/113084] aarch64: vget_low blocks tail-call

2023-12-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113084

Andrew Pinski  changed:

   What|Removed |Added

  Component|target  |middle-end
   Keywords||missed-optimization

--- Comment #1 from Andrew Pinski  ---
Gcc also currently does not support tail calls if the types change. There is
another bug about that.