[PATCH] D100264: [SCEV] Don't walk uses of phis without SCEV expression when forgetting
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 11 21:42:28 PDT 2021
mkazantsev added inline comments.
================
Comment at: llvm/include/llvm/Analysis/ScalarEvolution.h:2060
+ void pushCachedLoopPHIs(const Loop *L,
+ SmallVectorImpl<Instruction *> &Worklist);
+
----------------
... const?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100264/new/
https://reviews.llvm.org/D100264
More information about the llvm-commits
mailing list