-
Notifications
You must be signed in to change notification settings - Fork 13.6k
OCaml bindings for Alias Analysis in LLVM? #173
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
Comments
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. |
abidh
pushed a commit
to abidh/llvm-project
that referenced
this issue
Feb 4, 2025
…le-in-comgr-test [Comgr] Use 4-tuple triple in comgr test
jpinot
pushed a commit
to jpinot/llvm-project
that referenced
this issue
Apr 9, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: