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 rtl-optimization/14741] missing transformations lead to poorly optimized code


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-23 02:21 -------
Hmm, I get this for the loop on ppc:
L42:
        fmr f12,f0
L33:
        lfd f13,0(r11)
        add r11,r11,r7
        lfd f0,0(r9)
        addi r9,r9,8
        fmadd f0,f13,f0,f12
        bdnz L42

The problem the secondary bb is PR 19038 but other than that, this loop as optimizated as it gets on 
ppc.

-- 


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


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