[all-commits] [llvm/llvm-project] d62734: [SLP][NFC]Add ShuffleCostBuilder and generalize Ba...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Wed May 3 12:32:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d62734800cbecce3bc60dd8918fdc3a68cbfcb83
https://github.com/llvm/llvm-project/commit/d62734800cbecce3bc60dd8918fdc3a68cbfcb83
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2023-05-03 (Wed, 03 May 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP][NFC]Add ShuffleCostBuilder and generalize BaseShuffleAnalysis::createShuffle function, NFC.
Added basic implementation of ShuffleCostBuilder class in
ShuffleCostEstimator and generalized BaseShuffleAnalysis::createShuffle
function to support emission of Value */InstructionCost for the
vectorization/cost estimation.
Differential Revision: https://reviews.llvm.org/D149171
More information about the All-commits
mailing list