[all-commits] [llvm/llvm-project] 3b7d29: [SLP][NFC]Make computeExtractCost a member of Shuf...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Fri Apr 21 06:55:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b7d29832296b2f48869c9dbee7a5be060fef0c5
https://github.com/llvm/llvm-project/commit/3b7d29832296b2f48869c9dbee7a5be060fef0c5
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2023-04-21 (Fri, 21 Apr 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP][NFC]Make computeExtractCost a member of ShuffleCostEstimator, NFC.
Moved computeExtractCost to ShuffleCostEstimator class as another step
for unifying actual codegen/cost estimation for buildvectors.
Differential Revision: https://reviews.llvm.org/D148864
More information about the All-commits
mailing list