[LLVMdev] MemoryDependenceAnalysis

Owen Anderson resistor at mac.com
Mon Apr 13 13:50:44 PDT 2009


On Apr 13, 2009, at 9:06 AM, Anthony Danalis wrote:
>
> My problem is that if I use getNonLocalPointerDependency() I get the
> instruction "N=N+1" as a Def for the second parameter, "N",  and no
> Def for the fourth, "j", (only the call to "bar()" as clobber).
> If I use getDependency() on the call, I get the instruction "N=N+7" as
> a clobber.

The nonlocal in getNonLocalPointerDependency() means that it does not  
search the current block.

--Owen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090413/aaccfcec/attachment.html>


More information about the llvm-dev mailing list