-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing support for memory(argmem) with escaped ptrs through ptr2int #969
Comments
this requires rewriting the support for |
I see... so this is about the attribute inference pass. makes sense. as a short-term workaround, should we maybe drop some of the inferred attributes that we get back from -O2 on code lifted from ARM assembly? that would be easy and sound. |
Ah, right, because you're running -O2 on the lifted code. |
This implementation doesn't take escaped pointers through ptr2int into account #969
Ok, partial implementation in. Should be good enough for your use cases. Doesn't take escape pointers into account. |
awesome, thanks! |
I was debugging a issue found by arm-tv and it boils down alive-tv not being happy about this input. I can't figure out what's going on. the problem depends on the (unused) argument %0 being there.
cc @tanmaytirpankar
The text was updated successfully, but these errors were encountered: