public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Eric Botcazou <ebotcazou@adacore.com>
To: Uros Bizjak <ubizjak@gmail.com>
Cc: gcc-patches@gcc.gnu.org
Subject: Re: [PATCH, i386]: Extend TARGET_READ_MODIFY{,_WRITE} peepholes to all integer modes
Date: Fri, 29 Apr 2016 11:23:00 -0000	[thread overview]
Message-ID: <1587814.Yvh9q60GN3@polaris> (raw)
In-Reply-To: <CAFULd4Zwd7=zzi2Tfd2Bvy6B7Sfx2HFU3atF50rrAfRr-23F+A@mail.gmail.com>

> Attached patch was actually tested on a couple of cases. It generates
> the same assembly as before.

Note that you could just remove the second ":W" in the define_insn pattern.

That's better, but not quite it because this segfaults at -O2:

#0  memory_operand (op=0xabababababababab, mode=mode@entry=VOIDmode)
    at /home/eric/svn/gcc/gcc/recog.c:1360
#1  0x00000000014388b1 in get_attr_memory (insn=insn@entry=0x7ffff697b8c0)
    at /home/eric/svn/gcc/gcc/config/i386/i386.md:2120
#2  0x0000000001636fb8 in insn_default_latency_generic (insn=0x7ffff697b8c0)
    at /home/eric/svn/gcc/gcc/config/i386/i386.md:27394
#3  0x00000000017f9695 in insn_cost (insn=0x7ffff697b8c0)
    at /home/eric/svn/gcc/gcc/haifa-sched.c:1415
#4  0x00000000017feb75 in dep_cost_1 (link=link@entry=0x2e962e8, 
dw=dw@entry=0)
    at /home/eric/svn/gcc/gcc/haifa-sched.c:1468
#5  0x0000000001800d7a in dep_cost (link=0x2e962e8)
    at /home/eric/svn/gcc/gcc/haifa-sched.c:1523
#6  priority (insn=0x7ffff697b8c0) at /home/eric/svn/gcc/gcc/haifa-
sched.c:1674
#7  0x0000000001800e6f in set_priorities (head=<optimized out>, 
    tail=<optimized out>) at /home/eric/svn/gcc/gcc/haifa-sched.c:7209
#8  0x0000000000f689e3 in compute_priorities ()
    at /home/eric/svn/gcc/gcc/sched-rgn.c:3022
#9  0x0000000000f6bc46 in schedule_region (rgn=0)
    at /home/eric/svn/gcc/gcc/sched-rgn.c:3115
#10 schedule_insns () at /home/eric/svn/gcc/gcc/sched-rgn.c:3513
#11 0x0000000000f6c4de in schedule_insns ()

(gdb) frame 1
#1  0x00000000014388b1 in get_attr_memory (insn=insn@entry=0x7ffff697b8c0)
    at /home/eric/svn/gcc/gcc/config/i386/i386.md:2120
2120                   (match_test "TARGET_AVX")
(gdb) p debug_rtx(insn)
(insn 779 927 928 2 (parallel [
            (set (mem/v:DI (reg/f:DI 7 sp) [0  S8 A8])
                (unspec:DI [
                        (const_int 0 [0])
                    ] UNSPEC_PROBE_STACK))
            (clobber (reg:CC 17 flags))
        ]) c52104y.adb:57 1005 {probe_stack_di}
     (expr_list:REG_UNUSED (reg:CC 17 flags)
        (nil)))
$1 = void

-- 
Eric Botcazou

  reply	other threads:[~2016-04-29 11:23 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-28 19:16 Uros Bizjak
2016-04-29  7:47 ` Eric Botcazou
2016-04-29  7:50   ` Uros Bizjak
2016-04-29  7:58     ` Eric Botcazou
2016-04-29  9:30       ` Uros Bizjak
2016-04-29 10:17         ` Eric Botcazou
2016-04-29 10:51           ` Uros Bizjak
2016-04-29 11:23             ` Eric Botcazou [this message]
2016-04-29 11:52               ` Uros Bizjak
2016-04-29 14:30                 ` Eric Botcazou
2016-04-29 14:44                   ` 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=1587814.Yvh9q60GN3@polaris \
    --to=ebotcazou@adacore.com \
    --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).