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/53395] [4.8 Regression] The LAPACK functions i(d|s)amax are more than two times slower after revision 187183


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |missed-optimization
          Component|middle-end                  |tree-optimization

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-05-18 15:25:13 UTC ---
  dmax_12 = ABS_EXPR <D.1877_11>;
  dmax_2 = dmax_1 >= dmax_12 ? dmax_1 : dmax_12;
  __result_idamax_21 = dmax_1 >= dmax_12 ? __result_idamax_22 : i_3;

Hmm,  dmax_2 should have been MAX_EXPR.


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