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/39067] [PPC64] missed optimization: un-needed copy for small structs kept on stack



------- Comment #1 from pinskia at gcc dot gnu dot org  2009-02-06 02:11 -------
Works on the trunk:
        bl _Z11my_tv_makerf
        nop
        mr 3,31
        bl _ZN2TV4getTEv
        nop

  tv = my_tv_maker (4.34230010986328125e+2); [return slot optimization]
  D.1758 = getT (&tv);


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.4.0


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


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