[PATCH] D30871: Add forgetBlock in PredIteratorCache.

Daniel Berlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 12 09:22:27 PDT 2017


dberlin added a comment.

Hmmm, actually, i bet, for jump threading, the way it caches preds is slower than counting them repeatedly.
If it just cached the count, that would likely be fast, but i expect the copying is slower than the counting,.


https://reviews.llvm.org/D30871





More information about the llvm-commits mailing list