Re: [PATCH] tree-optimization/104716 - check if we can copy loop in loop distribution

2022-03-01 Thread Richard Biener via Gcc-patches
inux-gnu, testing in progress. Wrong patch posted - I've pushed the following. Richard. >From 54ef95cc4d1f3f2cde7c1f13250f889ffb81ca75 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Tue, 1 Mar 2022 09:24:26 +0100 Subject: [PATCH] tree-optimization/104716 - check if we can copy loop i

[PATCH] tree-optimization/104716 - check if we can copy loop in loop distribution

2022-03-01 Thread Richard Biener via Gcc-patches
The following checks whether we can copy the loop before attempting to do so in loop distribution. In the testcase there's a computed goto and thus abnormal edges which we cannot redirect. Bootstrapped on x86_64-unknown-linux-gnu, testing in progress. 2022-03-01 Richard Biener PR tre