This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/27855] reassociation pass produces ~30% slower matrix multiplication code
- From: "dberlin at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Jun 2006 15:57:10 -0000
- Subject: [Bug target/27855] reassociation pass produces ~30% slower matrix multiplication code
- References: <bug-27855-1649@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #10 from dberlin at gcc dot gnu dot org 2006-06-05 15:57 -------
(In reply to comment #9)
> This thread is moving dangerously close to work in progress.. :-)
> I'll have something more definitive to say about it in a few weeks, but I'm
> looking at doing significant register pressure reduction at out of ssa time as
> a component of a larger hunk of work.
Just be careful. The last time i tried something like this, it produced good
code on x86, and really crappy code everywhere else.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27855