Displaying 1 result from an estimated 1 matches for "d7864".
Did you mean:
17864
2015 May 21
2
[LLVMdev] MemoryDependenceAnalysis reports dependencies between NoAlias pointers
Thanks Daniel,
I'll do a debug build of LLVM (I guess that'll teach me) and step through it as soon as I'll find a power outlet.
I'm calling getDependency on the load instruction, and it returns the store instruction. Suspiciously enough, calling invalidateCachedPointerInfo on load->getPointerOperand() does not cause my AA pass to be called again when I use getDependency (or