public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "rguenth at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/58137] [trunk, ICE] full unroll + AVX2 vectorization
Date: Thu, 05 Sep 2013 12:45:00 -0000	[thread overview]
Message-ID: <bug-58137-4-BinSURRdCy@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-58137-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> ---
Author: rguenth
Date: Thu Sep  5 12:45:20 2013
New Revision: 202282

URL: http://gcc.gnu.org/viewcvs?rev=202282&root=gcc&view=rev
Log:
2013-09-05  Richard Biener  <rguenther@suse.de>

    PR tree-optimization/58137
    * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size):
    Do not create vectors of pointers.
    * tree-vect-loop.c (get_initial_def_for_induction): Use proper
    types for the components of the vector initializer.
    * tree-cfg.c (verify_gimple_assign_binary): Remove special-casing
    allowing pointer vectors with PLUS_EXPR/MINUS_EXPR.

    * gcc.target/i386/pr58137.c: New testcase.

Added:
    trunk/gcc/testsuite/gcc.target/i386/pr58137.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-cfg.c
    trunk/gcc/tree-vect-loop.c
    trunk/gcc/tree-vect-stmts.c


  parent reply	other threads:[~2013-09-05 12:45 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-12 13:33 [Bug tree-optimization/58137] New: " kirill.yukhin at intel dot com
2013-08-12 13:35 ` [Bug tree-optimization/58137] " kirill.yukhin at intel dot com
2013-08-12 19:58 ` bernd.edlinger at hotmail dot de
2013-08-12 23:54 ` bernd.edlinger at hotmail dot de
2013-08-13 10:53 ` kirill.yukhin at intel dot com
2013-08-20 11:03 ` bernd.edlinger at hotmail dot de
2013-09-05 12:45 ` rguenth at gcc dot gnu.org [this message]
2013-09-05 12:59 ` rguenth at gcc dot gnu.org
2013-12-06 12:39 ` rguenth at gcc dot gnu.org
2013-12-06 12:40 ` rguenth at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-58137-4-BinSURRdCy@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).