Skip to content

Commit a240003

Browse files
committed
Update comment.
1 parent 58c12e3 commit a240003

File tree

1 file changed

+2
-1
lines changed
  • llvm/lib/Transforms/Vectorize

1 file changed

+2
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlan.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2718,7 +2718,8 @@ struct VPWidenLoadEVLRecipe final : public VPWidenMemoryRecipe, public VPValue {
27182718
};
27192719

27202720
/// A recipe for strided load operations, using the base address, stride, and an
2721-
/// optional mask.
2721+
/// optional mask. This recipe will generate an vp.strided.load intrinsic call
2722+
/// to represent memory accesses with a fixed stride.
27222723
struct VPWidenStridedLoadRecipe final : public VPWidenMemoryRecipe,
27232724
public VPValue {
27242725
VPWidenStridedLoadRecipe(LoadInst &Load, VPValue *Addr, VPValue *Stride,

0 commit comments

Comments
 (0)