From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C52BD3858401; Wed, 5 Jun 2024 17:54:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C52BD3858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1717610047; bh=k5QHmPGuPza5Kb1NvLS3gmSBgEt2m6dTQmuY9hYb1xk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hVtvrNZifhkXtrZo8+o2qnFES6lhWyM/h3GpndHWAzMuVsK1DYQ2sZ91L93xAqJ4N 1z0ZjluKy5V/ys5uFbUG/qYBo146Bcr4sZXJllbSnqcMTqK8i8B89N+h0YkJVGRF5N 56r1mAf2mQ0J7LPG5mXu6eKvUWdTr5w8zcp9SEuY= From: "jondaniel879 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/115362] fixed_size_simd dot product recognition not working for stdx::reduce Date: Wed, 05 Jun 2024 17:54:07 +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.1.1 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: jondaniel879 at gmail dot com X-Bugzilla-Status: UNCONFIRMED 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: attachments.created 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=3D115362 --- Comment #3 from Jon Daniel --- Created attachment 58358 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D58358&action=3Dedit compilable testcase Compile: g++ -march=3Dnative -mfpmath=3Dsse -mveclibabi=3Dsvml -O3 -std=3Dgnu++26 do= tsimd.cpp -o dotsimd Run: ./dotsimd=