[PATCH] D15919: Revert "GlobalsAA: Take advantage of ArgMemOnly, InaccessibleMemOnly and InaccessibleMemOrArgMemOnly attributes"

Vaivaswatha Nagaraj via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 6 04:10:23 PST 2016


vaivaswatha added a comment.

Thanks for doing this.


================
Comment at: lib/Analysis/GlobalsModRef.cpp:388
@@ -387,3 +379,2 @@
-        }
       }
     } else if (ICmpInst *ICI = dyn_cast<ICmpInst>(I)) {
----------------
In my opinion, this part can actually stay. I'll let the others decide though.


http://reviews.llvm.org/D15919





More information about the llvm-commits mailing list