[PATCH] D72602: [IndVarSimplify][LoopUtils] rewriteLoopExitValues. NFC.

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 17 01:28:11 PST 2020


dmgreen added inline comments.


================
Comment at: llvm/lib/Transforms/Scalar/IndVarSimplify.cpp:718
-    Changed = true;
-    ++NumReplaced;
-    Instruction *Inst = cast<Instruction>(PN->getIncomingValue(Phi.Ith));
----------------
This statistic has gone missing? (Maybe have rewriteLoopExitValues return the number of replaced values, not a bool?)


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

https://reviews.llvm.org/D72602





More information about the llvm-commits mailing list