[all-commits] [llvm/llvm-project] edf7be: [SLP][NFC] Outline lookahead heuristics into a sep...
Valery Dmitriev via All-commits
all-commits at lists.llvm.org
Fri Apr 22 19:00:05 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: edf7bed87b77262abca0349f0f31f7e5092a5259
https://github.com/llvm/llvm-project/commit/edf7bed87b77262abca0349f0f31f7e5092a5259
Author: Valery N Dmitriev <valery.n.dmitriev at intel.com>
Date: 2022-04-22 (Fri, 22 Apr 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP][NFC] Outline lookahead heuristics into a separate helper class.
Minor refactoring to reduce size of functional change D124309:
look-ahead scoring routines pulled out of VLOperands and formed
new LookAheadHeuristics helper class.
Reviewed By: Alexey Bataev (ABataev), Vasileios Porpodas (vporpo)
Differential Revision: https://reviews.llvm.org/D124313
More information about the All-commits
mailing list