Memory dependence analysis was incorrectly stopping to scan for stores to a pointer at bitcast uses of a malloc call.
It should continue scanning until the malloc call, and this patch fixes that.

llvm-svn: 83931
2 files changed
tree: b228c743c5e9f047a26a478f2660dac4acee4c6f
  1. clang/
  2. compiler-rt/
  3. llvm/