Displaying 2 results from an estimated 2 matches for "fe00fcf1".
2018 Mar 09
0
Externally loadable Alias Analysis pass
...t; Lead, Compiler Technology and Programming Languages
>> Leadership Computing Facility
>> Argonne National Laboratory
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180309/fe00fcf1/attachment-0001.html>
2018 Mar 08
2
Externally loadable Alias Analysis pass
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