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/18431] Code for arrays and pointers are not the same


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-11 18:15 -------
Note with powerpc64 we get much worse than array case which stays the same:
L4:
        sldi r2,r9,1
        addi r0,r9,1
        sthx r10,r2,r11
        extsw r9,r0
        bdnz L4

-- 


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


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