[PATCH] D42381: [DA] Correct size parameter from dependency analysis to AA
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 8 09:50:10 PDT 2018
dmgreen updated this revision to Diff 141548.
dmgreen added a comment.
Thanks for the pointers. I've folded the tbaa changes into this patch as they are related. This now checks the alias on the original locations, on the assumption that if they don't alias for any reason then there is no dependency. Then falls back to underlying object.
https://reviews.llvm.org/D42381
Files:
lib/Analysis/DependenceAnalysis.cpp
test/Analysis/DependenceAnalysis/AA.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42381.141548.patch
Type: text/x-patch
Size: 7194 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180408/57139fe8/attachment.bin>
More information about the llvm-commits
mailing list