[llvm-dev] Externally loadable Alias Analysis pass
Dávid Bolvanský via llvm-dev
llvm-dev at lists.llvm.org
Thu Mar 8 06:52:41 PST 2018
Hello,
I am currently working with the implementation of CFL Andersen algorithmand
I am trying to do some improvements to the Andersen algorithm.
I would like to create loadable module .so and run clang with my e.g.
"cfl-anders-improved.so" to avoid the "long" way - generating IR, running
opt with my improved algorithm to generate optimalized code and then
building it.
Is a such thing even possible for Alias analyses in Clang?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180308/72f51c8f/attachment.html>
More information about the llvm-dev
mailing list