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
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