[Bug middle-end/90424] memcpy into vector builtin not optimized

2025-02-24 Thread mkretz at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90424 --- Comment #11 from Matthias Kretz (Vir) --- "two undef reads should end up the same value" folks are unreasonable anyway. ;) Losing diagnostics would be unfortunate. But I don't have enough context here. don't know if this helps: FWIW, I've s

[Bug middle-end/90424] memcpy into vector builtin not optimized

2025-02-24 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90424 --- Comment #10 from Richard Biener --- (In reply to Andrew Pinski from comment #9) > Hmm, we get: > BIT_INSERT_EXPR ; > > Since r_5 is unintialized, can't we just do: > {_1, 0} > > ? Yes. Though I always get nervous when replacing a UNDEF wi

[Bug middle-end/90424] memcpy into vector builtin not optimized

2025-02-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90424 --- Comment #9 from Andrew Pinski --- Hmm, we get: BIT_INSERT_EXPR ; Since r_5 is unintialized, can't we just do: {_1, 0} ?

[Bug middle-end/90424] memcpy into vector builtin not optimized

2021-09-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90424 Andrew Pinski changed: What|Removed |Added Last reconfirmed|2019-05-13 00:00:00 |2021-9-4 Severity|normal