[PATCH] D34702: [DependenceAnalysis] Make sure base objects are the same when comparing GEPs
Philip Pfaffe via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 3 08:26:00 PDT 2017
philip.pfaffe accepted this revision.
philip.pfaffe added a comment.
This revision is now accepted and ready to land.
One formatting nit aside, LGMT.
================
Comment at: test/Analysis/DependenceAnalysis/BasePtrBug.ll:8
+; void test1(int *A, int *B, int N) {
+; int *top = A;
+; int *bot = A + N/2;
----------------
Indentation
https://reviews.llvm.org/D34702
More information about the llvm-commits
mailing list