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
Resolved, but it may not necessarily be the best solution. Recall it was done by adding an if node that just loops to itself. It might be better to introduce a nop node that loops to itself instead which can then be removed when going from CFG to IR.
I might need to be more careful with AsmCFG though since we are also keeping track of index numbers with the cfg nodes, but I can look into this issue.
Prevent nodes with side effects from being unintentionally looped.
Check this issue in
AsmCFG
andIrCFG
The text was updated successfully, but these errors were encountered: