[PATCH] D114799: [SLP]Improve vectorization of cmp instructions sequences.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 30 08:32:52 PST 2021


RKSimon requested changes to this revision.
RKSimon added inline comments.
This revision now requires changes to proceed.


================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:9195
 
-bool SLPVectorizerPass::vectorizeSimpleInstructions(
-    SmallVectorImpl<Instruction *> &Instructions, BasicBlock *BB, BoUpSLP &R,
----------------
Please can do the NFC move of this down to its new location and then rebase so the diffs are more evident?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114799



More information about the llvm-commits mailing list