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
Nope, the C bindings (and by implication the ocaml bindings) don't get into the sorts of inner parts of LLVM such as retrieving analysis pass results. The bindings are intended for more high-level operations like creating IR and writing it or dynamically loading it. That sort of thing.
Hi,
I'd like to ask whether OCaml bindings of LLVM support querying alias information of variables?
I want to use functions similar to
isNoAlias
,isMayAlias
,isMustAlias
, provided inllvm::AAResults
However, I am unable to find such functions in the OCaml bindings of LLVM.
Does anybody know how to do it?
Thank you very much!
The text was updated successfully, but these errors were encountered: