[all-commits] [llvm/llvm-project] d00158: [SLP][NFC]Introduce ShuffleCostEstimator and adjus...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Tue Apr 11 12:48:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d00158cd284597165f1dd4245fa3e9ae2fe82eb5
https://github.com/llvm/llvm-project/commit/d00158cd284597165f1dd4245fa3e9ae2fe82eb5
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2023-04-11 (Tue, 11 Apr 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP][NFC]Introduce ShuffleCostEstimator and adjustExtracts member function.
Added ShuffleCostEstimator class and the first adjustExtracts member,
which is just a copy of previous AdjustExtractCost lambda.
Differential Revision: https://reviews.llvm.org/D147787
More information about the All-commits
mailing list