public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/58520] New: GCC fails to vectorize loop
@ 2013-09-24 15:03 burnus at gcc dot gnu.org
  2013-09-24 15:04 ` [Bug tree-optimization/58520] " burnus at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: burnus at gcc dot gnu.org @ 2013-09-24 15:03 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 58520
           Summary: GCC fails to vectorize loop
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Keywords: missed-optimization
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: burnus at gcc dot gnu.org

Created attachment 30886
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30886&action=edit
C test case

On Intel(R) Xeon(R) CPU E5-2630, the following code doesn't vectorize with GCC
4.9 - but it does with ICC:

  for (yi = 0; yi < ycount - 1; ++yi)
    yheight[yi] = ybins[yi+1] - ybins[yi];


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-24 15:03 [Bug tree-optimization/58520] New: GCC fails to vectorize loop burnus at gcc dot gnu.org
2013-09-24 15:04 ` [Bug tree-optimization/58520] " burnus at gcc dot gnu.org
2013-09-24 15:09 ` burnus at gcc dot gnu.org
2013-09-24 15:18 ` paolo.carlini at oracle dot com

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).