On Tue, 28 Jan 2025, Martin Jambor wrote:
> Hi,
>
> On Tue, Jan 28 2025, Richard Biener wrote:
> > On Mon, 27 Jan 2025, Martin Jambor wrote:
> >
> >> Hi,
> >>
> >> Zhendong Su and Michal Jireš found out that our gimple DSE pass can,
> >> under fairly specific conditions, remove a noreturn call w
Hi,
On Tue, Jan 28 2025, Richard Biener wrote:
> On Mon, 27 Jan 2025, Martin Jambor wrote:
>
>> Hi,
>>
>> Zhendong Su and Michal Jireš found out that our gimple DSE pass can,
>> under fairly specific conditions, remove a noreturn call which then
>> leaves behind a "normal" BB with no successor ed
On Mon, 27 Jan 2025, Martin Jambor wrote:
> Hi,
>
> Zhendong Su and Michal Jireš found out that our gimple DSE pass can,
> under fairly specific conditions, remove a noreturn call which then
> leaves behind a "normal" BB with no successor edges which following
> passes do not expect. This patch
Hi,
Zhendong Su and Michal Jireš found out that our gimple DSE pass can,
under fairly specific conditions, remove a noreturn call which then
leaves behind a "normal" BB with no successor edges which following
passes do not expect. This patch simply tells the pass to leave such
calls alone even wh