[PATCH] D91325: [IndVarSimplify] Drop any stored trip count value before IndVarSimplify

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 16 00:25:37 PST 2020


mkazantsev added a comment.

Thanks for explaining, I didn't realize we end up having wrong exact exit count.

I agree with the motivation, but I think that the fix should be unconditional drop of caches in the end of `optimizeLoopExits` if `Changed == true`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91325



More information about the llvm-commits mailing list