[LLVMdev] Dependence Analysis on Machine code
rahul
rahul3527 at gmail.com
Fri Mar 15 03:18:32 PDT 2013
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 level.
Can someone suggest better approach ??
--
Regards,
Rahul Patil.
--
View this message in context: http://llvm.1065342.n5.nabble.com/Dependence-Analysis-on-Machine-code-tp55989.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130315/c39d9498/attachment.html>
More information about the llvm-dev
mailing list