Displaying 2 results from an estimated 2 matches for "memorydependenceanalysis_8h_sourc".
Did you mean:
memorydependenceanalysis_8h_source
2014 Oct 27
2
[LLVMdev] questions about memory dependence analysis
Hi,
I have tried memory dependence analysis. I found that load could have
def dependence on another load. How could this happen? And what does
clobber dependence mean?
Thanks a lot!
Best,
Linhai
2013 Jan 18
0
[LLVMdev] llvm getDependency() for ICMP instructions is UNKNOWN
........
.....
errs()<<*Inst;
errs() << DepTypeStr[type];
if (DepBB) {
errs() << DepBB;
}
if (DepInst) {
errs() << *DepInst;
.....
It prints all the imcp instructions and UNKNOWN. So I think I cannot use
http://llvm.org/docs/doxygen/html/MemoryDependenceAnalysis_8h_source.html#l00151for
ICMP. Do you know if I can use this method or another one?
Thank you !
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130118/d54829fe/attachment.html>