From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DA2D815838C for ; Wed, 17 Jan 2024 01:06:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E21C92BC057; Wed, 17 Jan 2024 01:06:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7AC82BC048 for ; Wed, 17 Jan 2024 01:06:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A37963432FB for ; Wed, 17 Jan 2024 01:06:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3CA411A0 for ; Wed, 17 Jan 2024 01:06:16 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1705277273.4b55a8e4b87cf08d2b043fade9284d52e7af71df.sam@gentoo> Subject: [gentoo-commits] proj/gcc-patches:master commit in: 14.0.0/gentoo/ X-VCS-Repository: proj/gcc-patches X-VCS-Files: 14.0.0/gentoo/75_all_PR113364-vect.patch 14.0.0/gentoo/README.history X-VCS-Directories: 14.0.0/gentoo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4b55a8e4b87cf08d2b043fade9284d52e7af71df X-VCS-Branch: master Date: Wed, 17 Jan 2024 01:06:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1a8f1796-ccb2-416e-8165-363f86df4a68 X-Archives-Hash: 4cef4f28606d088ea79c4520b6ad53e2 commit: 4b55a8e4b87cf08d2b043fade9284d52e7af71df Author: Sam James gentoo org> AuthorDate: Mon Jan 15 00:07:42 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 15 00:07:53 2024 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=4b55a8e4 14.0.0: cut patchset 16 Signed-off-by: Sam James gentoo.org> 14.0.0/gentoo/75_all_PR113364-vect.patch | 13 +++++++++++++ 14.0.0/gentoo/README.history | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/14.0.0/gentoo/75_all_PR113364-vect.patch b/14.0.0/gentoo/75_all_PR113364-vect.patch new file mode 100644 index 0000000..8922158 --- /dev/null +++ b/14.0.0/gentoo/75_all_PR113364-vect.patch @@ -0,0 +1,13 @@ +https://gcc.gnu.org/PR113364 +--- a/gcc/tree-vect-loop.cc ++++ b/gcc/tree-vect-loop.cc +@@ -5965,7 +5965,8 @@ vect_create_epilog_for_reduction (loop_vec_info loop_vinfo, + loop-closed PHI of the inner loop which we remember as + def for the reduction PHI generation. */ + bool double_reduc = false; +- bool main_exit_p = LOOP_VINFO_IV_EXIT (loop_vinfo) == loop_exit; ++ bool main_exit_p = LOOP_VINFO_IV_EXIT (loop_vinfo) == loop_exit ++ && !LOOP_VINFO_EARLY_BREAKS_VECT_PEELED (loop_vinfo); + stmt_vec_info rdef_info = stmt_info; + if (STMT_VINFO_DEF_TYPE (stmt_info) == vect_double_reduction_def) + { diff --git a/14.0.0/gentoo/README.history b/14.0.0/gentoo/README.history index 8e1b87e..7ae98b3 100644 --- a/14.0.0/gentoo/README.history +++ b/14.0.0/gentoo/README.history @@ -1,4 +1,4 @@ -?? ?? ??? ???? +16 15 Jan 2024 - 75_all_Revert-middle-end-explicitly-initialize-vec_stmts-PR.patch - 76_all_Revert-testsuite-un-xfail-TSVC-loops-that-check-for-.patch @@ -8,6 +8,7 @@ - 80_all_Revert_middle-end_support_vectorization_of_loops_with_mult.patch - 81_all_Revert-middle-end-prevent-LIM-from-hoising-vector-co.patch - 82_all_testsuite_Add_more_pragma_novector_to_new_tests.patch + + 75_all_PR113364-vect.patch 15 8 Jan 2024