[PATCH] D16343: [BasicAA] Fix for missing must alias information

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 29 16:25:36 PST 2016


reames added a comment.

I'm happy to defer to Duncan here.


================
Comment at: lib/Analysis/BasicAliasAnalysis.cpp:324
@@ +323,3 @@
+/// particular for 32b programs with negative indices that rely on two's
+/// complement wrap-arounds for correct alias information.
+static int64_t adjustToPointerSize(int64_t Offset, unsigned PointerSize) {
----------------
correct -> precise.  Very different in this context.


http://reviews.llvm.org/D16343





More information about the llvm-commits mailing list