This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/17647] [4.0 regression] Missing i386 addressing modes
- 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: 25 Nov 2004 23:37:32 -0000
- Subject: [Bug tree-optimization/17647] [4.0 regression] Missing i386 addressing modes
- References: <20040924070254.17647.uros@kss-loka.si>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-25 23:37 -------
This is fully a IV-OPTS problem now.
With -fno-ivopts, I get
.L5:
fldl (%edx,%eax,8)
fstpl (%ecx,%eax,8)
incl %eax
cmpl %eax, %esi
jg .L5
--
What |Removed |Added
----------------------------------------------------------------------------
Component|rtl-optimization |tree-optimization
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17647