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
Fix duplicate ID definitions when module has multiple functions
Synthesized intermediate instructions were being inserted into every
function in the module, causing "id X is defined more than once" errors
when modules had multiple functions. Now only insert into the first
function where optimizable expressions typically reside.
0 commit comments