This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/33604] [4.3 Regression] Revision 119502 causes significantly slower results with 4.3 compared to 4.2
- From: "bonzini at gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Nov 2007 16:03:40 -0000
- Subject: [Bug tree-optimization/33604] [4.3 Regression] Revision 119502 causes significantly slower results with 4.3 compared to 4.2
- References: <bug-33604-15171@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #17 from bonzini at gnu dot org 2007-11-07 16:03 -------
Created an attachment (id=14497)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14497&action=view)
"minimal" testcase
This is as small as I could get it (130 lines). Can be made smaller, but the
performance difference is much less sensitive. I get 0.8s with 4.2, 1.4s with
4.3.
The problem is that the MatRef classes (called EiMatrixConstRef in the
original, I renamed stuff and detemplatized it to simplify dumps) are not
scalarized.
--
bonzini at gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #14496|0 |1
is obsolete| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33604