[Bug target/29881] union causes inefficient code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29881 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---
[Bug target/29881] union causes inefficient code
--- Comment #7 from pinskia at gcc dot gnu dot org 2007-11-03 17:57 --- This is a target issue for not using the SSE register when doing copies: ;; a = *p Is expanded as sequences of load/stores. -- pinskia at gcc dot gnu dot org changed: What|Removed