[PATCH] D67178: [SCEV] Use loop guard info when computing the max BE taken count in howFarToZero.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 6 16:21:12 PDT 2019


efriedma added a comment.

> Do you mean in general or in for SCEV?

Well, I guess there's a question in general, but here I'm more concerned specifically about SCEV: what other analysis can it use, what sort of data structures can we use for caching.  But maybe I'm looking too many steps ahead; I don't want to get in the way of an incremental improvement.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67178





More information about the llvm-commits mailing list