public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/116791] [15 Regression] ICE in operator[], at vec.h:910 since r15-3735-g664e0ce580a8f2
Date: Mon, 23 Sep 2024 09:52:44 +0000	[thread overview]
Message-ID: <bug-116791-4-J0rC5ShxCG@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-116791-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rguenth@gcc.gnu.org>:

https://gcc.gnu.org/g:723f7b6db841c1a101a2f5b3b6273d8449dae39e

commit r15-3791-g723f7b6db841c1a101a2f5b3b6273d8449dae39e
Author: Richard Biener <rguenther@suse.de>
Date:   Mon Sep 23 10:13:17 2024 +0200

    tree-optimization/116791 - Elementwise SLP vectorization

    The following restricts the elementwise SLP vectorization to the
    single-lane case which is the reason I enabled it to avoid regressions
    with non-SLP.  The PR shows that multi-line SLP loads with elementwise
    accesses require work, I'll open a new bug to track this for the
    future.

            PR tree-optimization/116791
            * tree-vect-stmts.cc (get_group_load_store_type): Only
            fall back to elementwise access for single-lane SLP, restore
            hard failure mode for other cases.

            * gcc.dg/vect/pr116791.c: New testcase.

  parent reply	other threads:[~2024-09-23  9:52 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-20 16:27 [Bug c/116791] New: ICE in operator[], at vec.h:910 manuel.lauss at googlemail dot com
2024-09-20 17:06 ` [Bug tree-optimization/116791] [15 Regression] " pinskia at gcc dot gnu.org
2024-09-20 17:09 ` pinskia at gcc dot gnu.org
2024-09-20 17:13 ` manuel.lauss at googlemail dot com
2024-09-20 17:22 ` pinskia at gcc dot gnu.org
2024-09-20 17:25 ` pinskia at gcc dot gnu.org
2024-09-20 19:59 ` pinskia at gcc dot gnu.org
2024-09-21  0:11 ` [Bug tree-optimization/116791] [15 Regression] ICE in operator[], at vec.h:910 since r15-3735-g664e0ce580a8f2 sjames at gcc dot gnu.org
2024-09-21  6:45 ` sjames at gcc dot gnu.org
2024-09-21  7:28 ` pinskia at gcc dot gnu.org
2024-09-23  7:45 ` rguenth at gcc dot gnu.org
2024-09-23  9:52 ` cvs-commit at gcc dot gnu.org [this message]
2024-09-23 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-116791-4-J0rC5ShxCG@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).