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

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 15 16:36:47 PDT 2021


efriedma added a comment.

Note to self: differences between old and new gt codepath that need tests:

1. Now compute max trip count even if RHS is not invariant.
2. Now more aggressive with strides that are not known positive (although this codepath currently has issues...)
3. Now use isUBOnWrap() for stride greater than one.
4. Now compute MaxOrZero.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104075/new/

https://reviews.llvm.org/D104075



More information about the llvm-commits mailing list