[PATCH] D155049: [ScalarEvolution] Infer loop max trip count from memory accesses

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 12 01:56:42 PDT 2023


nikic requested changes to this revision.
nikic added a comment.
This revision now requires changes to proceed.

Before we start looking at the implementation, please:

- Add an option that uses the new logic to refine the standard BE count results.
- Move tests to llvm/test/Analysis/ScalarEvolution using that option.


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

https://reviews.llvm.org/D155049



More information about the llvm-commits mailing list