Skip to content

Commit 9da07d1

Browse files
Update llvm/lib/Transforms/Vectorize/VPlan.h
Initialize Strided to false at default. Co-authored-by: Alexey Bataev <[email protected]>
1 parent f155f91 commit 9da07d1

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
@@ -2574,7 +2574,7 @@ class VPWidenMemoryRecipe : public VPRecipeBase {
25742574
bool Reverse;
25752575

25762576
/// Whether the accessed addresses are evenly spaced apart by a fixed stride.
2577-
bool Strided;
2577+
bool Strided = false;
25782578

25792579
/// Whether the memory access is masked.
25802580
bool IsMasked = false;

0 commit comments

Comments
 (0)