From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 35C4F3858D32; Mon, 8 Apr 2024 01:28:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 35C4F3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712539681; bh=/WnFoPbLAQ8+TM36m2L6AzfrzwA7VgOtPtEc9qrnhLw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=S8KOdsKjPl/+ZolXfOq6l5qLutmxuhdbJFa/H/EwuVkDmydA7wMrpPVRHHKxVGBA6 uXvCEf4TKoB0uFsa/1hQxdWDqbjbsXv7dmE5SSkTUQfxvXZyDjv1xAez+wWvBRcJgh laK7p+fW5pT6O7sFIgWJGPnYLaV4g1S/LarMXAtc= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/57037] GCC does not generate non-temporal stores on i386 with SSE2+ Date: Mon, 08 Apr 2024 01:28:00 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 4.8.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID 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: bug_status resolution 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=3D57037 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #2 from Andrew Pinski --- GCC has a heustrics for deciding on non-temporal stores or not (when used w= ith -fprefetch-loop-arrays) but it is hard not hit it sometimes. Anyways closing as invalid as we do have 2 testcases in the testsuite that detects nontemporal stores, gcc.dg/tree-ssa/prefetch-{8,9}.c and they still pass.=