[Bug tree-optimization/67731] Combine of OR'ed bitfields should use bit-test

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

[Bug tree-optimization/67731] Combine of OR'ed bitfields should use bit-test

2021-06-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67731 Andrew Pinski changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot gnu.org

[Bug tree-optimization/67731] Combine of OR'ed bitfields should use bit-test

2017-06-09 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67731 --- Comment #7 from rguenther at suse dot de --- On Fri, 9 Jun 2017, tetra2005 at gmail dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67731 > > --- Comment #6 from Yuri Gribov --- > (In reply to rguent...@suse.de from comment #

[Bug tree-optimization/67731] Combine of OR'ed bitfields should use bit-test

2017-06-09 Thread tetra2005 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67731 --- Comment #6 from Yuri Gribov --- (In reply to rguent...@suse.de from comment #5) > On Fri, 9 Jun 2017, tetra2005 at gmail dot com wrote: > > > This should probly go to reassoc? Or better keep it in folder? > > As loads are involved it doesn'

[Bug tree-optimization/67731] Combine of OR'ed bitfields should use bit-test

2017-06-09 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67731 --- Comment #5 from rguenther at suse dot de --- On Fri, 9 Jun 2017, tetra2005 at gmail dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67731 > > Yuri Gribov changed: > >What|Removed |Added >

[Bug tree-optimization/67731] Combine of OR'ed bitfields should use bit-test

2017-06-08 Thread tetra2005 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67731 Yuri Gribov changed: What|Removed |Added CC||tetra2005 at gmail dot com --- Comment #4

[Bug tree-optimization/67731] Combine of OR'ed bitfields should use bit-test

2016-09-11 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67731 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Component|r