Displaying 1 result from an estimated 1 matches for "passmin".
Did you mean:
pasmin
2012 Sep 18
0
[LLVMdev] How to run a specific alias analysis pass if a pass is compiled into an executable instead of a shared library
Suppose you have a pass called "PassMine", which requires alias analysis
result. I know if you compile "PassMine" into a shared library, and use
"opt" to run it, you can specify whatever specific alias analysis pass to
run before "PassMine" in "opt" command line, such as "opt -tbaa -PassM...