From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4C76D3858D28; Fri, 24 Nov 2023 02:09:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4C76D3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700791753; bh=pvjvpTxTKPE+keI7UKYV/s4ITAz/57hpL1XbhricBK8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hahH7IiEY2S3zZ314eQ/z5Fz4Qnmzf1x9CMsx3DZIS/J2oeQWi6UCBraxEyMkXVjn aRNAXtAlgc2DL7CTFLn3Uc0D2top8cWI/4lbwf5Q/kTdZtF/Ts/OY/8VIz+sE7VT0J CNglzS7t/ODz6IEFzB79qG+dWwGwqOssAijl2ZX8= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111796] OMP SIMD call vectorization fails for arguments subject to integer promotion rules Date: Fri, 24 Nov 2023 02:09:11 +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: pinskia 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: 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=3D111796 --- Comment #8 from Andrew Pinski --- (In reply to Richard Biener from comment #5) > On aarch64 I see >=20 > t.c:5:1: warning: GCC does not currently support mixed size types for 'si= md' > functions > 5 | foo (int a, short b) > | ^~~ >=20 > simdlen(8) is also not supported, but simdlen(4) isn't diagnosed. The ab= ove > still remains though. That is due to PR 96341 .=