[Bug middle-end/68360] GCC bitfield processing code is very inefficient

2024-07-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68360 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|pinskia at gcc do

[Bug middle-end/68360] GCC bitfield processing code is very inefficient

2023-07-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68360 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug middle-end/68360] GCC bitfield processing code is very inefficient

2023-07-16 Thread tkoenig at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68360 Thomas Koenig changed: What|Removed |Added Last reconfirmed|2015-11-16 00:00:00 |2023-7-16 CC|

[Bug middle-end/68360] GCC bitfield processing code is very inefficient

2021-12-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68360 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement Assignee|unassigne

[Bug middle-end/68360] GCC bitfield processing code is very inefficient

2019-12-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68360 --- Comment #5 from Andrew Pinski --- (In reply to Eric Botcazou from comment #4) > > it returns QImode. If it returned SImode as on SPARC, the code would be: SLOW_BYTE_ACCESS set to 0 is the cause there ...

[Bug middle-end/68360] GCC bitfield processing code is very inefficient

2016-11-18 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68360 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org --- Comment

[Bug middle-end/68360] GCC bitfield processing code is very inefficient

2016-11-18 Thread roman.perepelitsa at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68360 Roman Perepelitsa changed: What|Removed |Added CC||roman.perepelitsa at gmail dot com

[Bug middle-end/68360] GCC bitfield processing code is very inefficient

2015-11-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68360 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Status|

[Bug middle-end/68360] GCC bitfield processing code is very inefficient

2015-11-15 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68360 --- Comment #1 from Andrew Pinski --- For AARCH64 GCC does a much better job: foo: stp x29, x30, [sp, -32]! add x29, sp, 0 ldrbw1, [x29,28] lsr w2, w0, 2 bfi w1, w2, 2, 2 lsr