Displaying 1 result from an estimated 1 matches for "5088f644".
2014 Dec 11
2
[LLVMdev] dynamic data dependence extraction using llvm
Hi mobi,
Sorry, I am new to clang AST and can not get the point you mentioned. :-(
What I try to do is develop a tool that can analyze data dependence at
runtime. Therefore, I need to analyze trace containing memory accessing
information (eg. arrays within loops). To do that, I first instrument a
recording function to get addresses of load/store instructions. However,
there are