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
lli can execute the output file, but the result is wrong
also, the function signature of foo is wrong, it has no return value, but in the lifted ir, it returns i8*.
The text was updated successfully, but these errors were encountered:
5c4lar
changed the title
Wrong lift result for nested for loops.
Wrong lift result for nested "for" loops.
Mar 16, 2022
For the following code
obtained following result:
For this one:
lli can execute the output file, but the result is wrong
also, the function signature of foo is wrong, it has no return value, but in the lifted ir, it returns i8*.
The text was updated successfully, but these errors were encountered: