Displaying 1 result from an estimated 1 matches for "1029243".
Did you mean:
1029143
2013 Mar 15
2
[LLVMdev] Dependence Analysis on Machine code
Hi,
I am trying to do dependence analysis (loop dependences) on machine code.
But, scalar evolution doesn't work as expected (like at IR level - opt
pass).
I am not getting enough clue as to how to proceed..
One naive way of getting the dependence information can be
- Do dependence analysis at IR level and attach the information as meta
data.
And then use this information at machine code