[PATCH] D126777: [SLP]Fix PR55796: insert point for extractelements from different basic blocks.

Anna Thomas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 08:53:32 PDT 2022


anna accepted this revision.
anna added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:7235
   // Get the basic block this bundle is in. All instructions in the bundle
   // should be in this block.
   auto *Front = E->getMainOp();
----------------
Update comment?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126777



More information about the llvm-commits mailing list