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

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 27 00:45:12 PST 2023


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:2042
 
+  /// Iterate over instructions in \p Worlist and their users. Erase entries
+  /// from ValueExprMap and collect SCEV expressions in \p ToForget
----------------
Worklist


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