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 ca5ec88 commit 389b9e5Copy full SHA for 389b9e5
llvm/lib/Transforms/Vectorize/VPlan.h
@@ -2579,7 +2579,7 @@ class LLVM_ABI_FOR_TEST VPInterleaveRecipe final : public VPInterleaveBase {
2579
2580
/// A recipe for interleaved access operations with vector-predication
2581
/// intrinsics. The first operand is the address, the second operand is the
2582
-/// explicit vector length . Stored values and mask are optional operands.
+/// explicit vector length. Stored values and mask are optional operands.
2583
class LLVM_ABI_FOR_TEST VPInterleaveEVLRecipe final : public VPInterleaveBase {
2584
public:
2585
VPInterleaveEVLRecipe(VPInterleaveRecipe &R, VPValue &EVL, VPValue *Mask)
0 commit comments