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

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 19 10:47:28 PDT 2018


kparzysz added a comment.

I can change the comment to something like "returns the smallest positive x such that q(x-1) and q(x) belong to different intervals in the form of [k*2^BW, (k+1)*2^BW)".


Repository:
  rL LLVM

https://reviews.llvm.org/D48283





More information about the llvm-commits mailing list