[all-commits] [llvm/llvm-project] 52dd72: [SLP][NFC]Make adjustExtracts/needToDelay members ...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Thu Apr 6 16:30:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 52dd72a37a294bc1ca93b6137901f5f01b6077dd
https://github.com/llvm/llvm-project/commit/52dd72a37a294bc1ca93b6137901f5f01b6077dd
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2023-04-06 (Thu, 06 Apr 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP][NFC]Make adjustExtracts/needToDelay members of ShuffleInstructionBuilder.
Make adjustExtracts/needToDelay lambdas members of ShuffleInstructionBuilder to allow to overload them later for cost model.
Differential Revision: https://reviews.llvm.org/D147730
More information about the All-commits
mailing list