[Question][Hw3] Is there any API functions to change type into llvalue?? #549
Replies: 2 comments
-
Take a look at 'operations on scalar constants' section on the ocaml Llvm API documatation site. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Got it! Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I use build_call function, I have to put argument as a llvalue type, but while getting position of instruction, I have string value of them.
So, is there any API to translate normal string or integer value into llvalue?
Beta Was this translation helpful? Give feedback.
All reactions