public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "rguenth at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/56625] After if-conversion vectorizer doesn't recognize similar loads
Date: Fri, 15 Mar 2013 12:30:00 -0000	[thread overview]
Message-ID: <bug-56625-4-vvBhTqzkbQ@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-56625-4@http.gcc.gnu.org/bugzilla/>


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56625

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
            Summary|After if-conversion         |After if-conversion
                   |vectorizer doesn't          |vectorizer doesn't
                   |recognize similar stores    |recognize similar loads

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> 2013-03-15 12:29:50 UTC ---
Oh, it's about the loads!

  <bb 3>:
  # i_22 = PHI <i_19(4), 0(2)>
  # ivtmp_28 = PHI <ivtmp_24(4), 100(2)>
  _5 = (long unsigned int) i_22;
  _6 = _5 * 8;
  _8 = a_7(D) + _6;
  _9 = *_8;
  _11 = b_10(D) + _6;
  _12 = *_11;
  _13 = _12 * 4.0e+0;
  _15 = b_10(D) + _6;
  _16 = *_15;
  _17 = _16 * 3.0e+0;
  cstore_18 = _9 == 0.0 ? _13 : _17;
  *_8 = cstore_18;

and

t.c:4: note: versioning for alias required: can't determine dependence between
*_11 and *_8
t.c:4: note: mark for run-time aliasing test between *_11 and *_8
t.c:4: note: versioning for alias required: can't determine dependence between
*_15 and *_8
t.c:4: note: mark for run-time aliasing test between *_15 and *_8

Creating dr for *_11
analyze_innermost: success.
        base_address: b_10(D)
        offset from base address: 0
        constant offset from base address: 0
        step: 8
        aligned to: 128
        base_object: *b_10(D)
        Access function 0: {0B, +, 8}_1
Creating dr for *_15
analyze_innermost: success.
        base_address: b_10(D)
        offset from base address: 0
        constant offset from base address: 0
        step: 8
        aligned to: 128
        base_object: *b_10(D)
        Access function 0: {0B, +, 8}_1

somehow the equality test (which we have!) doesn't work here.


      parent reply	other threads:[~2013-03-15 12:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-15 12:18 [Bug tree-optimization/56625] New: After if-conversion vectorizer doesn't recognize similar stores michael.v.zolotukhin at gmail dot com
2013-03-15 12:27 ` [Bug tree-optimization/56625] " rguenth at gcc dot gnu.org
2013-03-15 12:30 ` rguenth 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-56625-4-vvBhTqzkbQ@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).