public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/19624] New: PRE pessimizes ivopts
@ 2005-01-25 14:45 rguenth at tat dot physik dot uni-tuebingen dot de
  2005-01-25 14:45 ` [Bug tree-optimization/19624] " rguenth at tat dot physik dot uni-tuebingen dot de
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: rguenth at tat dot physik dot uni-tuebingen dot de @ 2005-01-25 14:45 UTC (permalink / raw)
  To: gcc-bugs

The attached testcase is pessimized by PRE.  Be sure to get tree-level complete
loop unrolling enabled, f.i. with -O2 -funroll-loops with current mainline.

With PRE, a lot less computations are hoisted out of the inner loop.  Note this
is not a regression to 3.4, which is not able to decompose Loc<Dim> appropriately
or avoid instantiating temporary objects of this type.

-- 
           Summary: PRE pessimizes ivopts
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at tat dot physik dot uni-tuebingen dot de
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2005-01-30 20:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-25 14:45 [Bug tree-optimization/19624] New: PRE pessimizes ivopts rguenth at tat dot physik dot uni-tuebingen dot de
2005-01-25 14:45 ` [Bug tree-optimization/19624] " rguenth at tat dot physik dot uni-tuebingen dot de
2005-01-25 14:52 ` rguenth at tat dot physik dot uni-tuebingen dot de
2005-01-25 15:23 ` dberlin at gcc dot gnu dot org
2005-01-25 15:27 ` rguenth at tat dot physik dot uni-tuebingen dot de
2005-01-25 15:35 ` dberlin at dberlin dot org
2005-01-30 19:09 ` cvs-commit at gcc dot gnu dot org
2005-01-30 19:09 ` dberlin at gcc dot gnu dot org
2005-01-30 19:10 ` pinskia at gcc dot gnu dot org
2005-01-30 20:56 ` steven at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).