[PATCH] D124313: [SLP][NFC] Outline lookahead heuristics into a separate helper class.

Valeriy Dmitriev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 22 17:19:28 PDT 2022


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

Minor refactoring to reduce size of functional change D124309 <https://reviews.llvm.org/D124309>:
 look-ahead scoring routines pulled out of VLOperands and formed
 new LookAheadHeuristics helper class.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D124313

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124313.424670.patch
Type: text/x-patch
Size: 24548 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220423/58e73fb9/attachment.bin>


More information about the llvm-commits mailing list