We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f61f99a commit 594c5b1Copy full SHA for 594c5b1
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
@@ -345,7 +345,7 @@ static bool isUndefVector(const Value *V) {
345
/// InstCombiner transforms this into a shuffle and vector mul
346
/// Mask will return the Shuffle Mask equivalent to the extracted elements.
347
/// TODO: Can we split off and reuse the shuffle mask detection from
348
-/// TargetTransformInfo::getInstructionThroughput?
+/// ShuffleVectorInst/getShuffleCost?
349
static Optional<TargetTransformInfo::ShuffleKind>
350
isFixedVectorShuffle(ArrayRef<Value *> VL, SmallVectorImpl<int> &Mask) {
351
const auto *It =
0 commit comments