[PATCH] [BasicAA] Make better use of zext and sign information.

hfinkel at anl.gov hfinkel at anl.gov
Wed Oct 22 23:34:07 PDT 2014


================
Comment at: lib/Analysis/BasicAliasAnalysis.cpp:1069
@@ +1068,3 @@
+      if (!isValueEqualInPotentialCycles(V, V))
+        return PartialAlias;
+
----------------
If I change this PartialAlias return to MayAlias, all of the regression tests still pass. Is there a test covering this?

http://reviews.llvm.org/D5866






More information about the llvm-commits mailing list