[Bug tree-optimization/65426] Recognize byte-swaps when writing to buffers

2021-12-27 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65426 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Target Milestone|---

[Bug tree-optimization/65426] Recognize byte-swaps when writing to buffers

2016-01-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65426 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Last

[Bug tree-optimization/65426] Recognize byte-swaps when writing to buffers

2015-03-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65426 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug tree-optimization/65426] Recognize byte-swaps when writing to buffers

2015-03-14 Thread fuz at fuz dot su
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65426 --- Comment #2 from Robert Clausecker fuz at fuz dot su --- I tried compiling this code (without static inline) on a trunk (r221432) gcc and it didn't recognize the pattern. Is there a pattern with the same effect that gets recognized?

[Bug tree-optimization/65426] Recognize byte-swaps when writing to buffers

2015-03-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65426 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org --- This one was implemented or maybe only where the load and stores happen.