public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Devang Patel <dpatel@apple.com>
To: Richard Henderson <rth@redhat.com>
Cc: GCC Patches <gcc-patches@gcc.gnu.org>
Subject: Re: [PATCH] AV - Use distance vector
Date: Tue, 21 Sep 2004 22:17:00 -0000	[thread overview]
Message-ID: <80DC2B60-0C19-11D9-90E0-000393A91CAA@apple.com> (raw)
In-Reply-To: <20040921214329.GB32068@redhat.com>


On Sep 21, 2004, at 2:43 PM, Richard Henderson wrote:

> On Thu, Sep 16, 2004 at 09:48:51AM -0700, Devang Patel wrote:
>> +       if (SUB_DISTANCE (subscript) == integer_zero_node)
>
> integer_zerop.

ok

>
>> +       else if (INT_CST_LT (vf, SUB_DISTANCE (subscript)))
>> + 	{
>> + 	  dep_exists = false;
>> +
>> + 	  if (TREE_INT_CST_LOW (vf) == TREE_INT_CST_LOW (SUB_DISTANCE 
>> (subscript))
>> + 	      && TREE_INT_CST_HIGH (vf) == TREE_INT_CST_HIGH (SUB_DISTANCE 
>> (subscript)))
>
> Both can be done with one tree_int_cst_compare.

ok

-
Devang

  reply	other threads:[~2004-09-21 21:59 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-16 17:01 Devang Patel
2004-09-21 22:07 ` Richard Henderson
2004-09-21 22:17   ` Devang Patel [this message]
2004-09-22 19:54   ` Devang Patel
2004-09-22 20:37     ` Richard Henderson
2004-09-22 22:19       ` Devang Patel
2004-09-22 23:45         ` Richard Henderson
2004-09-28 20:04           ` Devang Patel
2004-10-12 21:36             ` Ping : " Devang Patel
2004-09-23  0:29 Richard Kenner

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=80DC2B60-0C19-11D9-90E0-000393A91CAA@apple.com \
    --to=dpatel@apple.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=rth@redhat.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).