[LLVMdev] question on memory dependence analyzer

ramshankar r ramshankar543 at gmail.com
Wed Nov 5 11:15:06 PST 2014


Hi,

I am trying to do some code motion, but there is a memory dependence due to
an alias between a store to a static int and unrelated loads from other int
pointers. I also see that this static int's address is never taken. That
could have been useful information for the alias analyzer. Is this a
limitation or am I using the memory dependence analyzer incorrectly?

Thanks,
Ramshankar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141105/49bd99b4/attachment.html>


More information about the llvm-dev mailing list