public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/67800] New: [6 Regression] Missed vectorization opportunity on x86
@ 2015-10-01 15:48 afomin.mailbox at gmail dot com
  2015-10-01 16:17 ` [Bug tree-optimization/67800] " afomin.mailbox at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: afomin.mailbox at gmail dot com @ 2015-10-01 15:48 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 67800
           Summary: [6 Regression] Missed vectorization opportunity on x86
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: afomin.mailbox at gmail dot com
                CC: izamyatin at gmail dot com, rguenth at gcc dot gnu.org,
                    ysrumyan at gmail dot com
  Target Milestone: ---
            Target: i686-*-*

Created attachment 36434
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36434&action=edit
A reproducer

A loop in the test attached compiled with -m32 -msse4.2 -O2 -ftree-vectorize
-fPIE -pie -c is no more vectorized after r223525 (while on r223524 everything
is OK) because of strange DOT_PROD_EXPR recognition (see below).

vect_is_simple_use: operand _15
def_stmt: _15 = _14 * 76;
type of def: internal
vect_recog_dot_prod_pattern: detected: patt_47 = DOT_PROD_EXPR <_2, 76, _17>;
pattern recognized: patt_47 = DOT_PROD_EXPR <_2, 76, _17>;


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-10-29  9:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-01 15:48 [Bug tree-optimization/67800] New: [6 Regression] Missed vectorization opportunity on x86 afomin.mailbox at gmail dot com
2015-10-01 16:17 ` [Bug tree-optimization/67800] " afomin.mailbox at gmail dot com
2015-10-02  9:33 ` rguenth at gcc dot gnu.org
2015-10-29  8:35 ` izamyatin at gmail dot com
2015-10-29  9:54 ` rguenth at gcc dot gnu.org

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).