public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Vladimir Makarov <vmakarov@redhat.com>
To: gcc-patches@gcc.gnu.org
Subject: [itanium-sched-branch] Fix bug in bundling Itanium2 prefetch
Date: Tue, 17 Dec 2002 13:43:00 -0000	[thread overview]
Message-ID: <3DFF9A8E.2F814578@redhat.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 276 bytes --]

The following patch fixes a compiler crash (in insn bundling) on the
usage of Itanium2 prefetch.  The patch has been committed into the
branch.

Vlad

2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>

        * config/ia64/itanium2.md (lfetch): Change the insn reservation.

[-- Attachment #2: z --]
[-- Type: text/plain, Size: 892 bytes --]

Index: config/ia64/itanium2.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/ia64/Attic/itanium2.md,v
retrieving revision 1.1.2.1
diff -c -p -r1.1.2.1 itanium2.md
*** config/ia64/itanium2.md	17 Oct 2002 22:28:38 -0000	1.1.2.1
--- config/ia64/itanium2.md	17 Dec 2002 21:34:49 -0000
***************
*** 909,915 ****
    (and (and (eq_attr "cpu" "itanium2")
              (eq_attr "itanium_class" "lfetch"))
         (eq (symbol_ref "bundling_p") (const_int 0)))
!   "2_M+2_only_ui0")
  
  (define_insn_reservation "2_nop_m"   0
    (and (and (eq_attr "cpu" "itanium2")
--- 909,915 ----
    (and (and (eq_attr "cpu" "itanium2")
              (eq_attr "itanium_class" "lfetch"))
         (eq (symbol_ref "bundling_p") (const_int 0)))
!   "2_M_only_um01")
  
  (define_insn_reservation "2_nop_m"   0
    (and (and (eq_attr "cpu" "itanium2")

                 reply	other threads:[~2002-12-17 21:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=3DFF9A8E.2F814578@redhat.com \
    --to=vmakarov@redhat.com \
    --cc=gcc-patches@gcc.gnu.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).