This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/17101] Opportunity to collapse and eliminate loop
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Nov 2004 20:36:07 -0000
- Subject: [Bug tree-optimization/17101] Opportunity to collapse and eliminate loop
- References: <20040819145911.17101.steinmtz@us.ibm.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-06 20:36 -------
Fixed on the mainline:
lis r9,ha16(_st)
lwa r2,lo16(_st)(r9)
addi r2,r2,450
stw r2,lo16(_st)(r9)
blr
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Component|rtl-optimization |tree-optimization
Resolution| |FIXED
Target Milestone|--- |4.0.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17101