Re: [PATCH 8/8] vect: Optimize order of lane-reducing statements in loop def-use cycles

2024-06-26 Thread Feng Xue OS
ctions. */ -- 2.17.1 From: Feng Xue OS Sent: Thursday, June 20, 2024 2:02 PM To: Richard Biener Cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH 8/8] vect: Optimize order of lane-reducing statements in loop def-use cycles This patch was updated with some new chang

Re: [PATCH 8/8] vect: Optimize order of lane-reducing statements in loop def-use cycles

2024-06-19 Thread Feng Xue OS
lar values of those N reductions. */ -- 2.17.1 From: Feng Xue OS Sent: Sunday, June 16, 2024 3:32 PM To: Richard Biener Cc: gcc-patches@gcc.gnu.org Subject: [PATCH 8/8] vect: Optimize order of lane-reducing statements in loop def-use cycles When trans

[PATCH 8/8] vect: Optimize order of lane-reducing statements in loop def-use cycles

2024-06-16 Thread Feng Xue OS
ons in parallel, this variable gives the initial scalar values of those N reductions. */ -- 2.17.1From 1f2e05a6787eb4449a24a9d6e371ae162855aaff Mon Sep 17 00:00:00 2001 From: Feng Xue Date: Wed, 29 May 2024 17:28:14 +0800 Subject: [PATCH 8/8] vect: Optimize order of lane-reducing statements in