public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/55600] New: excessive size of vectorized code
@ 2012-12-05  0:34 neleai at seznam dot cz
  2012-12-05 10:33 ` [Bug tree-optimization/55600] " rguenth at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: neleai at seznam dot cz @ 2012-12-05  0:34 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 55600
           Summary: excessive size of vectorized code
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: neleai@seznam.cz


Consider following code:

int sum(int *s){long i;
  int su=0;
  for(i=0;i<128;i+=2) su+=s[i]*s[i+1];
  return su;
}

When compiled by latest gcc with -O3 then generated assembly has 1099 bytes.


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

end of thread, other threads:[~2021-08-07 23:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-05  0:34 [Bug tree-optimization/55600] New: excessive size of vectorized code neleai at seznam dot cz
2012-12-05 10:33 ` [Bug tree-optimization/55600] " rguenth at gcc dot gnu.org
2012-12-26 22:04 ` neleai at seznam dot cz
2012-12-26 22:05 ` neleai at seznam dot cz
2021-08-07 23:09 ` [Bug target/55600] " pinskia at gcc dot gnu.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).