[PATCH] D139402: [SCEV][NFC] Sink initialization of SymbolicMaxNotTaken from ExitLimit constructor to its callers
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 7 00:05:37 PST 2022
mkazantsev added inline comments.
================
Comment at: llvm/include/llvm/Analysis/ScalarEvolution.h:1345
+ ExitLimit(const SCEV *E, const SCEV *ConstantMaxNotTaken,
+ const SCEV *SymbolicMaxNotTakenbool, bool MaxOrZero,
const SmallPtrSetImpl<const SCEVPredicate *> &PredSet);
----------------
nikic wrote:
> Stray `bool` in the param name.
Oops :)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139402/new/
https://reviews.llvm.org/D139402
More information about the llvm-commits
mailing list