public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Kaveh R. GHAZI" <ghazi@caip.rutgers.edu>
To: Uros Bizjak <ubizjak@gmail.com>
Cc: GCC Patches <gcc-patches@gcc.gnu.org>
Subject: Re: [PATCH, i386]: Committed: Macroize s<cc> and b<cc> patterns
Date: Sat, 15 Mar 2008 07:59:00 -0000	[thread overview]
Message-ID: <Pine.GSO.4.58.0803150012310.12283@caipclassic.rutgers.edu> (raw)
In-Reply-To: <47D84C12.20601@gmail.com>

On Wed, 12 Mar 2008, Uros Bizjak wrote:

> Hello!
>
> This patch macroizes s<cc> and b<cc> patterns using newly introduced
> int_cond and fp_cond mode iterators.
>
> 2008-03-12  Uros Bizjak  <ubizjak@gmail.com>
>
>      * config/i386/i386.md (int_cond): New code iterator.
>      (fp_cond): Ditto.
>      ("s<code>"): Macroize expander from seq, sne, sgt, sgtu, slt, sltu,
>      sge, sgeu, sle and sleu expanders usign int_cond code iterator.
>      ("s<code>"): Macroize expander from sunordered, sordered, suneq, sunge,
>      sungt, sunle, sunlt and sltgt expanders usign fp_cond code iterator.
>      ("b<code>"): Macroize expander from beq, bne, bgt, bgtu, blt, bltu,
>      bge, bgeu, ble and bleu expanders usign int_cond code iterator.
>      ("b<code>"): Macroize expander from bunordered, bordered, buneq, bunge,
>      bungt, bunle, bunlt and bltgt expanders usign fp_cond code iterator.
>
> Patch was bootstrapped and regression tested on x86_64-pc-linux-gnu
> {,-m32}. Patch is committed to mainline.
> Uros.
>
> Index: i386.h
> ===================================================================
> --- i386.h	(revision 133145)
> +++ i386.h	(working copy)
> @@ -691,6 +691,10 @@
>  	builtin_define ("__SSE_MATH__");			\
>        if (TARGET_SSE_MATH && TARGET_SSE2)			\
>  	builtin_define ("__SSE2_MATH__");			\
> +								\
> +      /* Define inline functions with immediate arguments.  */	\
> +      if (optimize && !flag_keep_inline_functions)		\
> +	builtin_define ("__SSE_USE_INLINED_FUNC__");		\
>      }								\
>    while (0)


The i386.h hunk wasn't mentioned in the ChangeLog and doesn't seem related
to this patch.

--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu

  reply	other threads:[~2008-03-15  4:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-12 21:34 Uros Bizjak
2008-03-15  7:59 ` Kaveh R. GHAZI [this message]
2008-03-15 11:18   ` Uros Bizjak

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=Pine.GSO.4.58.0803150012310.12283@caipclassic.rutgers.edu \
    --to=ghazi@caip.rutgers.edu \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=ubizjak@gmail.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).