Hello all,
I’m looking for something simple - does anybody know if there is an implementation of Andresen’s algorithm anywhere in LLVM?
Thanks in advance.
Hello all,
I’m looking for something simple - does anybody know if there is an implementation of Andresen’s algorithm anywhere in LLVM?
Thanks in advance.
See lib/Analysis/CFLAndersAliasAnalysis.cpp
John