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/13876] loop not fully optimized



------- Comment #6 from pinskia at gcc dot gnu dot org  2006-02-27 14:14 -------
(In reply to comment #5)
> Could it be that this is now fixed?

Nope, the second testcase in comment #2 is still very obvious missing an
optimization with respect with jump threading:
        cmpw cr7,r31,r30
        li r3,0
        cmpwi cr6,r3,0
        bne+ cr7,L6
L6:
        beq- cr6,L4

That is only time I have seen an missed optimization that is so obvious.


-- 


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


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