[PATCH] D144849: [SCEV] Only add uses to worklist for instrs in map, loop or phis.
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 27 20:23:51 PST 2023
mkazantsev added a comment.
LCSSA is not guaranteed, SCEV can be used in non-loop passes. I think Florian's intent here is to invalidate one-input Phis (which often happen to be LCSSA phis). I'd expect they are not in value map in this case.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144849/new/
https://reviews.llvm.org/D144849
More information about the llvm-commits
mailing list