Replies: 4 comments
-
Sorry. That is my mistake. Ignore that sentence and do not raise an exception by yourself. |
Beta Was this translation helpful? Give feedback.
-
Does it mean that the input program will only have the instruction type defined in the document? For example if the instruction is a binary operation, it can only be one of |
Beta Was this translation helpful? Give feedback.
-
Yes. See Section 6 in README. Ignore all bitwise operators and rem. |
Beta Was this translation helpful? Give feedback.
-
Thank you. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am a little bit confused by the following sentence: "You can ignore the other LLVM instructions marked as raise Unsupported". Does it mean that I can mark instructions other than those define in this document as Unsupported when dealing with them in semantics.ml?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions