Re: [PATCH] bitint: Don't move debug stmts from before returns_twice calls [PR114628]

2024-04-09 Thread Richard Biener
On Tue, 9 Apr 2024, Jakub Jelinek wrote: > Hi! > > Debug stmts are allowed by the verifier before the returns_twice calls. Huh, interesting ;) > More importantly, they don't have a lhs, so the current handling of > arg_stmts statements to force them on the edges ICEs. > > The following patch

[PATCH] bitint: Don't move debug stmts from before returns_twice calls [PR114628]

2024-04-09 Thread Jakub Jelinek
Hi! Debug stmts are allowed by the verifier before the returns_twice calls. More importantly, they don't have a lhs, so the current handling of arg_stmts statements to force them on the edges ICEs. The following patch just keeps them where they were before. Bootstrapped/regtested on