search for: 0f7ef9d4

Displaying 1 result from an estimated 1 matches for "0f7ef9d4".

2014 Jun 14
2
[LLVMdev] Loop data-dependence analysis
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? Thanks. Best Regards, Simone Atzeni