[PATCH] Teach ScalarEvolution to sharpen range information.

hfinkel at anl.gov hfinkel at anl.gov
Thu Oct 9 17:08:12 PDT 2014


================
Comment at: lib/Analysis/ScalarEvolution.cpp:6541
@@ +6540,3 @@
+
+      if (Min == CI->getValue()) {
+        Min++;
----------------
Don't need {} here.

http://reviews.llvm.org/D5639






More information about the llvm-commits mailing list