Memory dependence analysis was incorrectly stopping to scan for stores to a...
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
Loading
Please register or sign in to comment