https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96912
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed|2020-09-03 00:00:00 |2021-8-14
Severity|normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96912
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96912
--- Comment #2 from Marc Glisse ---
With consistent types, we recognize a VEC_COND_EXPR. With inconsistent types, I
guess we would need to reinterpret x and y as v16i8, and reinterpret the result
back to v2i64.
(please keep #include in your tes
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96912
Richard Biener changed:
What|Removed |Added
Last reconfirmed||2020-09-03
Status|UNCONFIRM