public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Richard Sandiford <richard.sandiford@arm.com>
To: Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
Cc: gcc Patches <gcc-patches@gcc.gnu.org>
Subject: Re: [SVE] PR91272
Date: Sun, 27 Oct 2019 13:41:00 -0000	[thread overview]
Message-ID: <mptsgne72v9.fsf@arm.com> (raw)
In-Reply-To: <CAAgBjM=tXdx6aVrDwLc++uh+eMgrjy2kRLhqc=yYUKm1FK7Trw@mail.gmail.com>	(Prathamesh Kulkarni's message of "Sat, 26 Oct 2019 01:18:42 +0530")

Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org> writes:
> @@ -10288,6 +10261,23 @@ vectorizable_condition (stmt_vec_info stmt_info, gimple_stmt_iterator *gsi,
>  		  vect_finish_stmt_generation (stmt_info, new_stmt, gsi);
>  		  vec_compare = vec_compare_name;
>  		}
> +
> +	      if (masks)
> +		{
> +		  unsigned vec_num = vec_oprnds0.length ();
> +		  tree loop_mask
> +		    = vect_get_loop_mask (gsi, masks, vec_num * ncopies,
> +					  vectype, vec_num * j + i);
> +		  tree tmp2 = make_ssa_name (vec_cmp_type);
> +		  gassign *g = gimple_build_assign (tmp2, BIT_AND_EXPR,
> +						vec_compare, loop_mask);

Nit: misindented line.

OK with that change, thanks.

Richard

  reply	other threads:[~2019-10-27 13:08 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-18  1:48 Prathamesh Kulkarni
2019-10-18  9:07 ` Richard Sandiford
2019-10-21 20:16   ` Prathamesh Kulkarni
2019-10-22  7:51     ` Richard Sandiford
2019-10-24  5:44       ` Prathamesh Kulkarni
2019-10-25  9:12         ` Richard Sandiford
2019-10-25 19:58           ` Prathamesh Kulkarni
2019-10-27 13:41             ` Richard Sandiford [this message]
2019-10-28 15:02               ` Prathamesh Kulkarni

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=mptsgne72v9.fsf@arm.com \
    --to=richard.sandiford@arm.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=prathamesh.kulkarni@linaro.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).