[Bug rtl-optimization/44374] Hoist same instructions in different branches

2011-04-02 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44374 Steven Bosscher steven at gcc dot gnu.org changed: What|Removed |Added CC||bernds at gcc

[Bug rtl-optimization/44374] Hoist same instructions in different branches

2011-04-02 Thread bernds at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44374 Bernd Schmidt bernds at gcc dot gnu.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug rtl-optimization/44374] Hoist same instructions in different branches

2010-12-13 Thread bernds at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44374 --- Comment #6 from Bernd Schmidt bernds at gcc dot gnu.org 2010-12-14 00:23:48 UTC --- Author: bernds Date: Tue Dec 14 00:23:40 2010 New Revision: 167779 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=167779 Log: gcc/ PR

[Bug rtl-optimization/44374] Hoist same instructions in different branches

2010-11-03 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44374 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug rtl-optimization/44374] Hoist same instructions in different branches

2010-09-23 Thread bernds at gcc dot gnu dot org
--- Comment #3 from bernds at gcc dot gnu dot org 2010-09-23 10:04 --- Subject: Bug 44374 Author: bernds Date: Thu Sep 23 10:04:33 2010 New Revision: 164552 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=164552 Log: PR rtl-optimization/44374 * basic-block.h (enum

[Bug rtl-optimization/44374] Hoist same instructions in different branches

2010-09-23 Thread bernds at gcc dot gnu dot org
--- Comment #4 from bernds at gcc dot gnu dot org 2010-09-23 10:08 --- Fixed. -- bernds at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug rtl-optimization/44374] Hoist same instructions in different branches

2010-06-02 Thread carrot at google dot com
--- Comment #1 from carrot at google dot com 2010-06-02 08:20 --- Created an attachment (id=20805) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20805action=view) test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44374

[Bug rtl-optimization/44374] Hoist same instructions in different branches

2010-06-02 Thread steven at gcc dot gnu dot org
--- Comment #2 from steven at gcc dot gnu dot org 2010-06-02 08:54 --- HOIST should do this. You will have to check in the RTL dumps that the code is exposed properly to this optimization. -- steven at gcc dot gnu dot org changed: What|Removed