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/49365] 436.cactusADM performance regression


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hjl at gcc dot gnu.org
      Known to fail|                            |4.6.1, 4.7.0

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-06-10 15:11:50 UTC ---
Bisecting this shows that rev. 166552 is the cause.

2010-11-10  H.J. Lu  <hongjiu.lu@intel.com>

       PR tree-optimization/46414
       * tree-inline.c (estimate_move_cost): Check preferred vector
       mode for vector type.

The bug doesn't manifest itself on K8 or iCore7 nor does it show up
with the default arch and generic tuning.


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