public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "ktkachov at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/66917] [4.9/5/6 regression] ARM: NEON: memcpy compiles to vld1 and vst1 with incorrect alignment
Date: Wed, 29 Jul 2015 14:47:00 -0000	[thread overview]
Message-ID: <bug-66917-4-7vsFnhXgvP@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-66917-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #8 from ktkachov at gcc dot gnu.org ---
The 007t.lower one looks like:
  try
    {
      MEM[(char * {ref-all})&a] = MEM[(char * {ref-all})ap];
      MEM[(char * {ref-all})&b] = MEM[(char * {ref-all})bp];
      D.5587 = a.u[0];
      D.5588 = b.u[0];
      D.5589 = D.5587 ^ D.5588;
      a.u[0] = D.5589;
      D.5590 = a.u[1];
      D.5591 = b.u[1];
      D.5592 = D.5590 ^ D.5591;
      a.u[1] = D.5592;
      MEM[(char * {ref-all})outp] = MEM[(char * {ref-all})&a];
    }
  finally
    {
      a = {CLOBBER};
      b = {CLOBBER};
    }
  return;


  parent reply	other threads:[~2015-07-29 14:47 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-66917-4@http.gcc.gnu.org/bugzilla/>
2015-07-19 18:28 ` [Bug target/66917] " mikpelinux at gmail dot com
2015-07-29  8:21 ` [Bug tree-optimization/66917] " ramana at gcc dot gnu.org
2015-07-29  8:23 ` [Bug tree-optimization/66917] [4.9/5/6 regression] " ramana at gcc dot gnu.org
2015-07-29 14:03 ` ktkachov at gcc dot gnu.org
2015-07-29 14:37 ` rguenth at gcc dot gnu.org
2015-07-29 14:41 ` ktkachov at gcc dot gnu.org
2015-07-29 14:47 ` ktkachov at gcc dot gnu.org [this message]
2015-07-30  7:20 ` [Bug tree-optimization/66917] [4.9/5/6 regression] ARM: NEON: memcpy compiles to vst1 with incorrect alignment due to SRA rguenth at gcc dot gnu.org
2015-07-30  7:43 ` [Bug target/66917] " rguenth at gcc dot gnu.org
2015-07-30  7:48 ` rguenth at gcc dot gnu.org
2015-07-30 14:11 ` [Bug tree-optimization/66917] " rearnsha at gcc dot gnu.org
2015-07-30 14:39 ` rguenther at suse dot de
2015-07-30 14:41 ` rguenth at gcc dot gnu.org
2015-07-31  9:20 ` rguenth at gcc dot gnu.org
2015-07-31  9:23 ` ktkachov at gcc dot gnu.org
2015-07-31 13:21 ` ktkachov at gcc dot gnu.org
2015-08-03  7:14 ` [Bug tree-optimization/66917] [4.9/5 regression] ARM: NEON: memcpy compiles to vst1 with incorrect alignment rguenth at gcc dot gnu.org
2015-08-03  7:14 ` rguenth at gcc dot gnu.org
2015-09-24 20:57 ` ctice at gcc dot gnu.org
2015-09-28 10:46 ` rguenth at gcc dot gnu.org

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-66917-4-7vsFnhXgvP@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).