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

Liren.Peng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 14 01:56:19 PDT 2023


Peakulorain added a comment.

In D155049#4492565 <https://reviews.llvm.org/D155049#4492565>, @nikic wrote:

> 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.

Thanks for the guide, updated as requested.


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

https://reviews.llvm.org/D155049



More information about the llvm-commits mailing list