[PATCH] D48283: [SCEV] Properly solve quadratic equations

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 26 10:39:53 PDT 2018


kparzysz added inline comments.


================
Comment at: lib/Analysis/ScalarEvolution.cpp:8814
+  // solution is not some value between the Max for this boundary and the
+  // Min of the other boundary?
+  //
----------------
Doh.  Leftover '?'.


Repository:
  rL LLVM

https://reviews.llvm.org/D48283





More information about the llvm-commits mailing list