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 middle-end/27567] [4.0/4.1/4.2 Regression] __builtin_memcpy generates redundant stores/moves.



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-08-27 19:00 -------
For PPC, we get:
        stw 3,-16(1)
        stw 3,48(1)
        nop
        nop
        lfs 1,-16(1)
        blr

Notice the extra store, that does not need to be there.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|rtl-optimization            |middle-end
  GCC build triplet|x86-*-linux                 |
   GCC host triplet|x86-*-linux                 |
 GCC target triplet|x86-*-linux                 |


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


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