From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B6E443858C53; Mon, 8 May 2023 07:19:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B6E443858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683530395; bh=47f759cyfrrOPHNFIPLLb7WPFVsnwn5jGlAlIxQ7m4A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SNH2hJG5qdXokKeaK1xjIza2LG7oI0/OlXML2g/qsO4ygCWRMRtWEUbL6fMfFUC6b GN8oXRupUs3suSnuZkhcZdFdKqfzORI2vI20SVDEP999cnhT8E/FZVv+h4NmFqhELF 8mmKW2V+tniractpmWf1NsAu16iL0e0QNZ2yidpg= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109764] V2SI multiply high is not vectorized on x86_64 Date: Mon, 08 May 2023 07:19:55 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed cf_reconfirmed_on blocked cf_gcctarget keywords bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109764 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2023-05-08 Blocks| |53947 Target| |x86_64-*-* i?86-*-* Keywords| |missed-optimization Status|UNCONFIRMED |NEW --- Comment #2 from Richard Biener --- Confirmed. Pattern recog recognizes the widening multiplication but not a highpart multiplication. That's currently missing. Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D53947 [Bug 53947] [meta-bug] vectorizer missed-optimizations=