[PATCH] D150918: [SLP][NFC] Cleanup: Remove KeyNodes set.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 19 06:39:16 PDT 2023


ABataev added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:14647
   SmallSetVector<CmpInst *, 8> PostProcessCmps;
   SmallDenseSet<Instruction *, 4> KeyNodes;
   // Vectorizes Inserts in `PostProcessInserts` and if `VecctorizeCmps` is true
----------------
You can remove this container too, since it is not used anymore.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150918



More information about the llvm-commits mailing list