[PATCH] D144847: [SCEV] Hoist common cleanup code to function. (NFC)

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 27 11:39:26 PST 2023


fhahn added inline comments.


================
Comment at: llvm/include/llvm/Analysis/ScalarEvolution.h:2042
 
+  /// Iterate over instructions in \p Worlist and their users. Erase entries
+  /// from ValueExprMap and collect SCEV expressions in \p ToForget
----------------
nikic wrote:
> Worklist
Fixed, thanks!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144847/new/

https://reviews.llvm.org/D144847



More information about the llvm-commits mailing list