[PATCH] D15912: [BasicAA/MDA] Sink aliasing rules for malloc and calloc into BasicAA

Daniel Berlin via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 9 12:39:13 PST 2016


dberlin accepted this revision.
dberlin added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: lib/Analysis/BasicAliasAnalysis.cpp:744
@@ -731,1 +743,3 @@
+  }
+
   // While the assume intrinsic is marked as arbitrarily writing so that
----------------
What happens to alloca here?


http://reviews.llvm.org/D15912





More information about the llvm-commits mailing list