[PATCH] D139402: [SCEV][NFC] Sink initialization of SymbolicMaxNotTaken from ExitLimit constructor to its callers
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 6 01:38:47 PST 2022
nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.
LGTM
================
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);
----------------
Stray `bool` in the param name.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139402/new/
https://reviews.llvm.org/D139402
More information about the llvm-commits
mailing list