This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/18777] Redundant loop count insns in simple vectorized loop


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-12 03:19 -------
Fixed on the mainline:
_Z6foobarv:
.LFB2:
        pushl   %ebp
.LCFI0:
        movl    %esp, %ebp
.LCFI1:
        subl    $56, %esp
.LCFI2:
        movaps  -40(%ebp), %xmm0
        mulps   -24(%ebp), %xmm0
        movaps  %xmm0, -56(%ebp)
        fldz
        fadds   -56(%ebp)
        fadds   -52(%ebp)
        fadds   -48(%ebp)
        fadds   -44(%ebp)
        leave
        ret

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18777


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]