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