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
[IGC] Replace calls to kernels when looping through a copied collection of users
Collect pointers to users (callsites) of the original kernel function and loop
through the collection. Otherwise when looping through F->users(), calling
call->setCalledFunction(NewF) modifies the F->users() by removing the very
first element (second element becomes first) and the loop skips every second
element.
0 commit comments