Re: [PATCH] bbpart: Fix up ICE on asm goto [PR108596]

2023-01-31 Thread Richard Biener via Gcc-patches
On Tue, 31 Jan 2023, Jakub Jelinek wrote: > Hi! > > On the following testcase we have asm goto in hot block with 2 successors, > one cold to which it both falls through and has one of the label > pointing to it and another hot successor with another label. > > Now, during bbpart we want to ensur

[PATCH] bbpart: Fix up ICE on asm goto [PR108596]

2023-01-31 Thread Jakub Jelinek via Gcc-patches
Hi! On the following testcase we have asm goto in hot block with 2 successors, one cold to which it both falls through and has one of the label pointing to it and another hot successor with another label. Now, during bbpart we want to ensure that no blocks from one partition fall through into a b