Skip to content

Commit 210ca02

Browse files
preameslukel97
andauthored
Update llvm/include/llvm/Analysis/VectorUtils.h
Co-authored-by: Luke Lau <[email protected]>
1 parent 81d57fc commit 210ca02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Analysis/VectorUtils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ bool getShuffleDemandedElts(int SrcWidth, ArrayRef<int> Mask,
205205

206206
/// Does this shuffle mask represent either one slide shuffle or a pair of
207207
/// two slide shuffles, combined with a select on some constant vector mask?
208-
/// A slide is a shuffle masks which shifts some set of elements up or down
208+
/// A slide is a shuffle mask which shifts some set of elements up or down
209209
/// the vector, with all other elements being undefined. An identity shuffle
210210
/// will be matched a slide by 0. The output parameter provides the source
211211
/// (-1 means no source), and slide direction for each slide.

0 commit comments

Comments
 (0)