public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Wilco Dijkstra <Wilco.Dijkstra@arm.com>
To: Kyrill Tkachov <kyrylo.tkachov@foss.arm.com>,
	GCC Patches	<gcc-patches@gcc.gnu.org>,
	Richard Earnshaw <Richard.Earnshaw@arm.com>
Cc: nd <nd@arm.com>
Subject: Re: [PATCH][ARM] Cleanup multiply patterns
Date: Wed, 18 Sep 2019 18:19:00 -0000	[thread overview]
Message-ID: <HE1PR0801MB212134778B514469CA16D8C8838E0@HE1PR0801MB2121.eurprd08.prod.outlook.com> (raw)
In-Reply-To: <efa1d089-fc3e-ed95-214a-d5157b55b767@foss.arm.com>

Hi Kyrill,

>>  +         (mult:SI (match_operand:SI 3 "s_register_operand" "r")
>>  +                  (match_operand:SI 2 "s_register_operand" "r"))))]
>
> Looks like we'll want to mark operand 2 here with '%' as well?

That doesn't make any difference since both operands are identical.
It only helps if the operands are not the same, eg. rather than
"r,0" "0,r" you can write "%r" "0".

Wilco



  reply	other threads:[~2019-09-18 18:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-03 15:38 Wilco Dijkstra
2019-09-09 17:07 ` Wilco Dijkstra
2019-09-18 16:24   ` Kyrill Tkachov
2019-09-18 18:19     ` Wilco Dijkstra [this message]
2019-09-19  8:31       ` Kyrill Tkachov

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=HE1PR0801MB212134778B514469CA16D8C8838E0@HE1PR0801MB2121.eurprd08.prod.outlook.com \
    --to=wilco.dijkstra@arm.com \
    --cc=Richard.Earnshaw@arm.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=kyrylo.tkachov@foss.arm.com \
    --cc=nd@arm.com \
    /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).