From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D48AE384A06B; Fri, 10 May 2024 08:42:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D48AE384A06B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715330578; bh=jO8SsuA58N8uIlfZqdtS6Ab7vIsKyN5dgaRwGVoU4ho=; h=From:To:Subject:Date:In-Reply-To:References:From; b=klh8ECeqMrUVO3Aj6+ORvIPoiL/uNdhHPGPIQiDquEN7VwR5YDDtfS9MCznePwYT9 dXhYtW06ehfokXahSJRJ76e74AokdCqAEt6xeZ30l/XDT3c3G6kE786wMgvUbVFaO7 yf2+AtMYdeer89zXnfvYIaBmGfTD62On8S3r4f4w= From: "haochen.jiang at intel dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/114987] [14/15 Regression] floating point vector regression, x86, between gcc 14 and gcc-13 using -O3 and target clones on skylake platforms Date: Fri, 10 May 2024 08:42:58 +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: 14.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: haochen.jiang at intel dot com 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: 14.2 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=3D114987 --- Comment #7 from Haochen Jiang --- Furthermore, when I build with GCC11, the codegen is much better: vaddps 0xc0(%rsp),%ymm5,%ymm2 vaddps 0xe0(%rsp),%ymm4,%ymm1 vmovaps %ymm2,0x80(%rsp) vmovdqa 0x90(%rsp),%xmm6 vmovaps %ymm1,0xa0(%rsp) vmovdqa 0xb0(%rsp),%xmm7 vmovdqa %xmm2,0xc0(%rsp) vmovdqa %xmm6,0xd0(%rsp) vmovdqa %xmm1,0xe0(%rsp) vmovdqa %xmm7,0xf0(%rsp) sub $0x1,%eax jne 401e00 Seems we might get two separate issues for this regression.=