public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/35229]  New: Vectorizer doesn't  support dependence created by predictive commoning
@ 2008-02-17  9:25 irar at il dot ibm dot com
  2009-02-25 14:13 ` [Bug tree-optimization/35229] " rguenth at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: irar at il dot ibm dot com @ 2008-02-17  9:25 UTC (permalink / raw)
  To: gcc-bugs

The following type of dependence, similar to such that would be created by
predictive commoning (or even PRE), is not supported by the vectorizer: 

 for (i = 1; i <= i_2; ++i)
   {
     a[i] = (b[i] + x) * .5f;
     x = b[i];
   }


-- 
           Summary: Vectorizer doesn't  support dependence created by
                    predictive commoning
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: missed-optimization
          Severity: enhancement
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: irar at il dot ibm dot com


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


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

end of thread, other threads:[~2013-09-26 15:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-35229-4@http.gcc.gnu.org/bugzilla/>
2012-07-19 11:29 ` [Bug tree-optimization/35229] Vectorizer doesn't support dependence created by predictive commoning rguenth at gcc dot gnu.org
2013-09-26 14:57 ` [Bug tree-optimization/35229] Vectorizer doesn't support dependence created by predictive commoning or PRE rguenth at gcc dot gnu.org
2013-09-26 14:57 ` rguenth at gcc dot gnu.org
2013-09-26 15:07 ` rguenth at gcc dot gnu.org
2008-02-17  9:25 [Bug tree-optimization/35229] New: Vectorizer doesn't support dependence created by predictive commoning irar at il dot ibm dot com
2009-02-25 14:13 ` [Bug tree-optimization/35229] " rguenth at gcc dot gnu dot org
2009-02-25 14:33 ` rguenth at gcc dot gnu dot org
2009-03-17 13:34 ` irar at il dot ibm dot com
2009-07-22 15:31 ` matz 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).