[Bug tree-optimization/101932] Vectorizer failed due to argument types differ for ldexp

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101932

Andrew Pinski  changed:

   What|Removed |Added

   Severity|normal  |enhancement

[Bug tree-optimization/101932] Vectorizer failed due to argument types differ for ldexp

2021-08-16 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101932

Richard Biener  changed:

   What|Removed |Added

   Last reconfirmed||2021-08-16
 Ever confirmed|0   |1
 Blocks||53947
 Status|UNCONFIRMED |NEW

--- Comment #1 from Richard Biener  ---
vectorizable_call could be enhanced to allow different vectype_in as long as
there's the same number of components (thus here allow V4DF + V4SI).


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947
[Bug 53947] [meta-bug] vectorizer missed-optimizations