We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hi
I am studying some compiler topics now.
I am interesting in your andersen algo implementation in LLVM.
I don't know how to use your code.
After git clone and make, I get libAndersen.so.
I wonder how to use it ?
Can use it like a loadable module? opt -S -load libAndersen.so -??? test.ll -o test.ander.ll
Thanks