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 optimization/3041] Stepanov Abstraction Penalty regression for powerpc-ibm-aix


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING
   Target Milestone|---                         |3.3.1


------- Additional Comments From pinskia@physics.uc.edu  2003-05-27 19:49 -------
I looked at the version produced by the mainline (20030526) on ppc-darwin and it looks 
to be good code, two stores, none in the loop, could you look at 3.3 to see if it is there 
also?

__Z10accumulateI14double_pointerdET0_T_S2_S1_:
L__Z10accumulateI14double_pointerdET0_T_S2_S1_$stub:
LFB170:
        cmpw cr7,r3,r4
        stw r3,24(r1)
        beqlr- cr7   
L290:
        mr r2,r3     
        addi r3,r3,8   
        cmpw cr7,r3,r4
        lfd f0,0(r2)
        fadd f1,f1,f0
        bne+ cr7,L290
        stw r3,24(r1)
        blr



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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