This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/50164] [IRA, 4.7 Regression] Performance degradation due to increased memory instructions count
- From: "enkovich.gnu at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 30 Aug 2011 10:50:44 +0000
- Subject: [Bug target/50164] [IRA, 4.7 Regression] Performance degradation due to increased memory instructions count
- Auto-submitted: auto-generated
- References: <bug-50164-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50164
--- Comment #8 from Ilya Enkovich <enkovich.gnu at gmail dot com> 2011-08-30 10:50:44 UTC ---
I attached a fixed reproducer. It is closer to the original test and has higher
registers pressure then the previous version. It has the same problem as the
first reproducer.
Reproduced with GCC 4.7.0 20110828 and options "-O2 -m32 -march=atom". Code
becomes faster on both Atom (~10%) and Core (~35%) if I use just "-O2 -m32".