public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: Use of vector instructions in memmov/memset expanding
@ 2011-07-13  8:53 Uros Bizjak
  2011-07-13 12:16 ` Michael Zolotukhin
  0 siblings, 1 reply; 52+ messages in thread
From: Uros Bizjak @ 2011-07-13  8:53 UTC (permalink / raw)
  To: gcc-patches; +Cc: Michael Zolotukhin, H.J. Lu, Richard Guenther

Hello!

> Please don't use -m32/-m64 in testcases directly.
> You should use
>
> /* { dg-do compile { target { ! ia32 } } } */
>
> for 32bit insns and
>
> /* { dg-do compile { target { ia32 } } } */
>
> for 64bit insns.

Also, there is no need to add -mtune if -march is already specified.
-mtune will follow -march.
To scan for the %xmm register, you don't have to add -dp to compile
flags. -dp will also dump pattern name to file, so unless you are
looking for specific pattern name, you should omit -dp.

Uros.

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

end of thread, other threads:[~2011-11-07 16:56 UTC | newest]

Thread overview: 52+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CANtU07-DAOMe9Nk4oYj3FJnkZqgkHvSnobsugeSfcRUzDChrrg@mail.gmail.com>
2011-07-11 21:03 ` Use of vector instructions in memmov/memset expanding Michael Zolotukhin
2011-07-11 21:09 ` Michael Zolotukhin
2011-07-12  5:11   ` H.J. Lu
2011-07-12 20:35     ` Michael Zolotukhin
2011-07-16  2:51   ` Jan Hubicka
2011-07-18 11:25     ` Michael Zolotukhin
2011-07-26 15:46       ` Michael Zolotukhin
2011-08-22  9:52       ` Michael Zolotukhin
     [not found]       ` <CANtU07-eCpAZ=VgvkdBCORq8bR0UZCgryofBXU_4FcRDJ7hWoQ@mail.gmail.com>
2011-09-28 12:29         ` Michael Zolotukhin
2011-09-28 12:36           ` Michael Zolotukhin
2011-09-28 12:38             ` Michael Zolotukhin
2011-09-28 12:49             ` Andi Kleen
2011-09-28 12:49               ` Jakub Jelinek
2011-09-28 12:51                 ` Jan Hubicka
2011-09-28 13:31                   ` Michael Zolotukhin
2011-09-28 13:33                     ` Jan Hubicka
2011-09-28 13:51                       ` Michael Zolotukhin
2011-09-28 16:21                       ` Andi Kleen
2011-09-28 16:33                         ` Michael Zolotukhin
2011-09-28 18:29                           ` Andi Kleen
2011-09-28 18:36                             ` Andi Kleen
2011-09-29  8:25                               ` Michael Zolotukhin
2011-09-28 12:54                 ` Michael Zolotukhin
2011-09-28 14:15           ` Jack Howarth
2011-09-28 14:28             ` Michael Zolotukhin
2011-09-28 22:52               ` Jack Howarth
2011-09-29  8:13                 ` Michael Zolotukhin
2011-09-29 12:09                   ` Michael Zolotukhin
2011-09-29 12:12                     ` Michael Zolotukhin
2011-09-29 12:23                       ` Michael Zolotukhin
2011-09-29 13:02                     ` Jakub Jelinek
2011-10-20  8:39                       ` Michael Zolotukhin
2011-10-20  8:46                         ` Michael Zolotukhin
2011-10-20  8:46                           ` Michael Zolotukhin
2011-10-20  8:51                             ` Michael Zolotukhin
2011-10-26 20:36                               ` Michael Zolotukhin
2011-11-07  2:48                                 ` Jan Hubicka
2011-10-27 16:10                             ` Jan Hubicka
2011-10-28 13:14                               ` Michael Zolotukhin
2011-10-28 16:38                                 ` Richard Henderson
2011-11-01 17:36                                   ` Michael Zolotukhin
2011-11-01 17:48                                     ` Michael Zolotukhin
2011-11-02 19:12                                     ` Jan Hubicka
2011-11-02 19:37                                       ` Michael Zolotukhin
2011-11-02 19:55                                     ` Jan Hubicka
2011-11-03 12:56                                       ` Michael Zolotukhin
2011-11-06 14:28                                         ` Jan Hubicka
2011-11-07 15:52                                         ` Jan Hubicka
2011-11-07 16:24                                           ` Michael Zolotukhin
2011-11-07 16:59                                             ` Jan Hubicka
2011-07-13  8:53 Uros Bizjak
2011-07-13 12:16 ` Michael Zolotukhin

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