[LLVMdev] Loop data-dependence analysis

Simone Atzeni simone.at at gmail.com
Sun Jun 15 21:39:26 PDT 2014


Hello,

I am very new in LLVM and I am trying to understand how to use it in my project.

I would like to write a Pass (?) that analyzes the loops in a program and says if the loop has a data dependence and what kind of data dependence.
Do you guys have any suggestion how do to it? Does exist a pass that does loop data dependence analysis?

Thanks.
Best Regards,
Simone Atzeni



More information about the llvm-dev mailing list