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 target/17108] Store with update not generated for a simple loop



------- Comment #6 from pinskia at gcc dot gnu dot org  2008-01-25 22:35 -------
No this is still not fixed, we get now on the trunk as of yesterday:
foo:
        li 0,8
        li 9,0
        mtctr 0
        .p2align 3,,7
.L2:
        stfsx 1,3,9
        addi 9,9,4
        bdnz .L2
        blr


In fact I think this is worse, than what was done before but oh well.  We still
don't generate the store with update instruction.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
   Last reconfirmed|2007-07-02 21:40:02         |2008-01-25 22:35:16
               date|                            |
            Summary|Missed opportunity for      |Store with update not
                   |strength reduction          |generated for a simple loop


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


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