[PATCH] D105865: [ScalarEvolution][NFC] Refactor howManyLessThans

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 12 19:35:34 PDT 2021


efriedma created this revision.
efriedma added reviewers: reames, mkazantsev, nikic.
Herald added a subscriber: hiraditya.
efriedma requested review of this revision.
Herald added a project: LLVM.

Include an actual proof of the property we care about, and add FIXMEs for the missing correctness checks. Also, some related cleanup.

Split off from D105216 <https://reviews.llvm.org/D105216>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D105865

Files:
  llvm/include/llvm/Analysis/ScalarEvolution.h
  llvm/lib/Analysis/ScalarEvolution.cpp
  llvm/test/Analysis/ScalarEvolution/trip-count-unknown-stride.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105865.358126.patch
Type: text/x-patch
Size: 12121 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210713/ce07b605/attachment.bin>


More information about the llvm-commits mailing list