[PATCH] D144848: [SCEV] Skip instrs with non-scevable types in forget[Loop,Value].
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 1 11:49:38 PST 2023
fhahn marked an inline comment as done.
fhahn added inline comments.
================
Comment at: llvm/include/llvm/Analysis/ScalarEvolution.h:2049
+#ifndef NDEBUG
+ /// Iterate over instructions in \p Worlist and their users. Assert all users
+ /// have been removed from ValueExprMap.
----------------
mkazantsev wrote:
> typo: `Worlist -> Worklist`
Fixed, thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144848/new/
https://reviews.llvm.org/D144848
More information about the llvm-commits
mailing list