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
I would like to know when an instruction is not supported by Triton (p.e. some fpu instructions).
My first idea was to check if for that instruction there is any symbolic expressions, and where there aren't I know Triton doesn't support that instruction.
But I can't do that when the optimization ONLY_ON_SYMBOLIZED is enabled.
Is there other way to achieve that? Would it be possible to return a boolean in buildSemantics to know if the instruction is supported or not?
Hi,
I would like to know when an instruction is not supported by Triton (p.e. some fpu instructions).
My first idea was to check if for that instruction there is any symbolic expressions, and where there aren't I know Triton doesn't support that instruction.
But I can't do that when the optimization ONLY_ON_SYMBOLIZED is enabled.
Is there other way to achieve that? Would it be possible to return a boolean in
buildSemantics
to know if the instruction is supported or not?Thank you!
PS: I want to use this for: illera88/Ponce#59
The text was updated successfully, but these errors were encountered: