[PATCH] D132603: [SLP][NFC] Refactor SLPVectorizerPass::vectorizeRootInstruction method.

Valeriy Dmitriev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 24 13:43:50 PDT 2022


vdmitrie created this revision.
vdmitrie added reviewers: ABataev, Vasilis, RKSimon.
vdmitrie added a project: LLVM.
Herald added subscribers: vporpo, hiraditya.
Herald added a project: All.
vdmitrie requested review of this revision.
Herald added a subscriber: llvm-commits.

The goal is to separate collecting items for post-processing and processing them.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132603

Files:
  llvm/include/llvm/Transforms/Vectorize/SLPVectorizer.h
  llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132603.455355.patch
Type: text/x-patch
Size: 7199 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220824/a6c4f92e/attachment.bin>


More information about the llvm-commits mailing list