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
this one is sort of wild, I'm getting a value mismatch from arm-tv on this function, but in the counterexample it looks like Alive is saying that malloc returns different values in src and tgt. so I don't understand what's going on, but it seems like it has to behave the same on both sides, right?
notice that if we ignore the clutter, src and tgt are performing identical computations!
anyway, in the CEX that I'm getting, malloc returns non-null in src and null in tgt, causing the value mismatch.
The text was updated successfully, but these errors were encountered:
this one is sort of wild, I'm getting a value mismatch from arm-tv on this function, but in the counterexample it looks like Alive is saying that malloc returns different values in src and tgt. so I don't understand what's going on, but it seems like it has to behave the same on both sides, right?
this gets lowered to something that seems sensible:
and lifted to:
notice that if we ignore the clutter, src and tgt are performing identical computations!
anyway, in the CEX that I'm getting, malloc returns non-null in src and null in tgt, causing the value mismatch.
The text was updated successfully, but these errors were encountered: