public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "meissner at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/67808] LRA ICEs on simple double to long double conversion test case
Date: Tue, 06 Oct 2015 17:21:00 -0000	[thread overview]
Message-ID: <bug-67808-4-eZLFhiMKCT@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-67808-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67808

--- Comment #3 from Michael Meissner <meissner at gcc dot gnu.org> ---
Author: meissner
Date: Tue Oct  6 17:20:49 2015
New Revision: 228538

URL: https://gcc.gnu.org/viewcvs?rev=228538&root=gcc&view=rev
Log:
[gcc]
2015-10-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
            Peter Bergner  <bergner@vnet.ibm.com>

        PR target/67808
        * config/rs6000/rs6000.md (extenddftf2): In the expander, only
        allow registers, but provide insns for the combiner to create for
        loads from memory. Separate VSX code from non-VSX code. For
        non-VSX code, combine extenddftf2_fprs into extenddftf2 and rename
        externaldftf2_internal to externaldftf2_fprs. Reorder constraints
        so that registers come before memory operations. Drop support from
        converting DFmode to TFmode, if the DFmode value is in a GPR
        register.
        (extenddftf2_fprs): Likewise.
        (extenddftf2_internal): Likewise.
        (extenddftf2_vsx): Likewise.
        (extendsftf2): In the expander, only allow registers, but provide
        insns for the combiner to create for stores and loads.

[gcc/testsuite]
2015-10-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
            Peter Bergner <bergner@vnet.ibm.com>

        PR target/67808
        * gcc.target/powerpc/pr67808.c: New test.


Added:
    trunk/gcc/testsuite/gcc.target/powerpc/pr67808.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/rs6000/rs6000.md
    trunk/gcc/testsuite/ChangeLog


      parent reply	other threads:[~2015-10-06 17:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-01 19:58 [Bug target/67808] New: " bergner at gcc dot gnu.org
2015-10-06  0:18 ` [Bug target/67808] " meissner at gcc dot gnu.org
2015-10-06 17:21 ` meissner at gcc dot gnu.org [this message]

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=bug-67808-4-eZLFhiMKCT@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@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).