public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Richard Biener <rguenther@suse.de>
To: gcc-patches@gcc.gnu.org
Subject: Re: [PATCH] More vectorizer TLC
Date: Thu, 15 Oct 2015 12:15:00 -0000	[thread overview]
Message-ID: <alpine.LSU.2.11.1510151414210.29931@zhemvz.fhfr.qr> (raw)
In-Reply-To: <alpine.LSU.2.11.1510151336460.29931@zhemvz.fhfr.qr>

On Thu, 15 Oct 2015, Richard Biener wrote:

> 
> Get rid of some of the ancient way of building stmts and SSA names.
> 
> Bootstrapped & tested on x86_64-unknown-linux-gnu, applied.

Committed an old patch, fixed now.

2015-10-15  Richard Biener  <rguenther@suse.de>

        * tree-vect-stmts.c (vect_init_vector): Remove unused vars.

Index: gcc/tree-vect-stmts.c
===================================================================
--- gcc/tree-vect-stmts.c       (revision 228841)
+++ gcc/tree-vect-stmts.c       (working copy)
@@ -1296,9 +1296,7 @@ vect_init_vector_1 (gimple *stmt, gimple
 tree
 vect_init_vector (gimple *stmt, tree val, tree type, gimple_stmt_iterator 
*gsi)
 {
-  tree new_var;
   gimple *init_stmt;
-  tree vec_oprnd;
   tree new_temp;
 
   if (TREE_CODE (type) == VECTOR_TYPE

  reply	other threads:[~2015-10-15 12:15 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-15 11:37 Richard Biener
2015-10-15 12:15 ` Richard Biener [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-10-14 13:56 Richard Biener
2015-10-14  8:32 Richard Biener
2015-10-13  8:38 Richard Biener
2015-10-12  8:30 Richard Biener
2013-04-18 14:16 Richard Biener
2013-04-09 14:53 Richard Biener

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=alpine.LSU.2.11.1510151414210.29931@zhemvz.fhfr.qr \
    --to=rguenther@suse.de \
    --cc=gcc-patches@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).