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/103311] [12 Regression] ICE in complex_mul_pattern::build(vec_info*) since r12-4785-ged3de62ac949c92ad41ef6de7cc926fbb2a510ce
Date: Thu, 18 Nov 2021 17:12:46 +0000	[thread overview]
Message-ID: <bug-103311-4-GJ4jh95k12@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-103311-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tamar Christina <tnfchris@gcc.gnu.org>:

https://gcc.gnu.org/g:4f0a2f5a3ddb1024b885c066a18caae4d733bb6c

commit r12-5378-g4f0a2f5a3ddb1024b885c066a18caae4d733bb6c
Author: Tamar Christina <tamar.christina@arm.com>
Date:   Thu Nov 18 17:10:36 2021 +0000

    middle-end: check that both sides of complex expression is a mul.

    Both sides of the VEC_PERM_EXPR need to be a MULT but the check
    was accidentally checking if both sides are a mul.

    The FMS case would be handled by the validate_multiplication but
    this makes the requirement more explicit and we exit earlier.

    gcc/ChangeLog:

            PR tree-optimization/103311
            * tree-vect-slp-patterns.c (complex_mul_pattern::matches,
            complex_fms_pattern::matches): Check for multiplications.

    gcc/testsuite/ChangeLog:

            PR tree-optimization/103311
            * gcc.target/aarch64/pr103311.c: New test.

  parent reply	other threads:[~2021-11-18 17:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-18 10:42 [Bug tree-optimization/103311] New: [12 Regression] ICE in complex_mul_pattern::build(vec_info*) asolokha at gmx dot com
2021-11-18 11:26 ` [Bug tree-optimization/103311] " rguenth at gcc dot gnu.org
2021-11-18 11:42 ` [Bug tree-optimization/103311] [12 Regression] ICE in complex_mul_pattern::build(vec_info*) since r12-4785-ged3de62ac949c92ad41ef6de7cc926fbb2a510ce marxin at gcc dot gnu.org
2021-11-18 11:46 ` tnfchris at gcc dot gnu.org
2021-11-18 17:12 ` cvs-commit at gcc dot gnu.org [this message]
2021-11-18 17:21 ` tnfchris at gcc dot gnu.org
2021-11-18 23:01 ` tnfchris at gcc dot gnu.org
2021-11-19 15:13 ` cvs-commit at gcc dot gnu.org
2021-11-19 15:14 ` tnfchris 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-103311-4-GJ4jh95k12@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).