public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/32824]  New: Missed reduction vectorizer after store to global is LIM'd
@ 2007-07-19 16:56 pinskia at gcc dot gnu dot org
  2007-07-19 18:09 ` [Bug tree-optimization/32824] " dorit at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-19 16:56 UTC (permalink / raw)
  To: gcc-bugs

Testcase:
int a[16*100];
int e;
float f(void)
{
  int i;
  for(i = 0;i<16*100;i++)
    e += a[i];
}
rt.c:7: note: not vectorized: unsupported use in stmt.

If I manually LIM'd e, then this is vectorized.


-- 
           Summary: Missed reduction vectorizer after store to global is
                    LIM'd
           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: pinskia at gcc dot gnu dot org


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


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

end of thread, other threads:[~2010-04-11  5:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-19 16:56 [Bug tree-optimization/32824] New: Missed reduction vectorizer after store to global is LIM'd pinskia at gcc dot gnu dot org
2007-07-19 18:09 ` [Bug tree-optimization/32824] " dorit at gcc dot gnu dot org
2007-07-19 18:14 ` pinskia at gcc dot gnu dot org
2007-07-19 18:28 ` dorit at gcc dot gnu dot org
2007-07-24  8:59 ` dorit at gcc dot gnu dot org
2007-08-14 20:48 ` dorit at gcc dot gnu dot org
2010-02-26 13:21 ` manu at gcc dot gnu dot org
2010-03-17 17:59 ` burnus at gcc dot gnu dot org
2010-03-17 21:22 ` changpeng dot fang at amd dot com
2010-04-06 19:20 ` spop at gcc dot gnu dot org
2010-04-11  5:45 ` spop 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).