[PATCH] D104075: [ScalarEvolution] Merge howManyGreaterThans with howManyLessThans.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 10 16:46:48 PDT 2021


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

They're basically the same function, so let's not implement it twice. And they've fallen out of sync a bit: howManyLessThans has more features.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D104075

Files:
  llvm/include/llvm/Analysis/ScalarEvolution.h
  llvm/lib/Analysis/ScalarEvolution.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104075.351300.patch
Type: text/x-patch
Size: 11680 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210610/a780c5e4/attachment.bin>


More information about the llvm-commits mailing list