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/53342] [4.8 Regression] rnflow.f90 is ~5% slower after revision 187340


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #29356|0                           |1
        is obsolete|                            |

--- Comment #12 from Richard Biener <rguenth at gcc dot gnu.org> 2013-02-05 13:52:16 UTC ---
Created attachment 29359
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29359
updated patch

Updated patch that does not miscompile rnflow.  Simplified as well...

  0: 0:17.264 -> Completed program execution

with patch,

  0: 0:19.462 -> Completed program execution

with strided load vectorization disabled,

  0: 0:17.929 -> Completed program execution

without patch.  -Ofast -funroll-loops with generic on an old iCore (fam 6,
model 30)

Not sure what the original regression was against (certainly not against
enabling strided load vectorization?)


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