Skip to content

Commit 142ea90

Browse files
arcbbbfhahn
andauthored
Update llvm/lib/Transforms/Vectorize/VPlan.h
Co-authored-by: Florian Hahn <[email protected]>
1 parent 7a4daf5 commit 142ea90

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlan.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1788,7 +1788,7 @@ class VPWidenGEPRecipe : public VPRecipeWithIRFlags {
17881788
};
17891789

17901790
/// A recipe to compute the pointers for widened memory accesses of IndexTy
1791-
/// in reverse order per part.
1791+
/// in reverse order.
17921792
class VPReverseVectorPointerRecipe : public VPRecipeWithIRFlags,
17931793
public VPUnrollPartAccessor<2> {
17941794
Type *IndexedTy;

0 commit comments

Comments
 (0)