You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into a hang in ir_sccp() on Windows amd64, ir_builder repro below.
It seems to get stuck in this loop, ir_sccp.c:~2232 but I'm not sure what invariant has been violated.
while ((i = ir_bitqueue_pop(&worklist)) >= 0) {
The hang only happens in this repro if there's 8 CALLs, if I e.g. remove the last one, it works as expected. (Of course it also works at with optimizations disable as ir_sccp() is skipped).
I'm running into a hang in
ir_sccp()
on Windows amd64, ir_builder repro below.It seems to get stuck in this loop, ir_sccp.c:~2232 but I'm not sure what invariant has been violated.
The hang only happens in this repro if there's 8 CALLs, if I e.g. remove the last one, it works as expected. (Of course it also works at with optimizations disable as ir_sccp() is skipped).
The text was updated successfully, but these errors were encountered: