Displaying 2 results from an estimated 2 matches for "algorithmand".
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
bu...
2018 Mar 09
0
Externally loadable Alias Analysis pass
...unittests/Analysis/AliasAnalysisTest.cpp (that may provide some of what
>> you need).
>>
>> -Hal
>> On 03/08/2018 08:52 AM, Dávid Bolvanský via llvm-dev wrote:
>>
>> 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 ge...