[cfe-dev] Externally loadable Alias Analysis pass

Dávid Bolvanský via cfe-dev cfe-dev at lists.llvm.org
Sun Mar 4 09:09:51 PST 2018


Hello,

I am currently working with CFL Anders and I am trying to do some
improvements to Andersen algorithm.

I would like to create loadable module .so and run clang with my
"cfl-anders-improved.so" to avoid 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/cfe-dev/attachments/20180304/1a251f04/attachment.html>


More information about the cfe-dev mailing list