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 19c5b21 commit a70a4a0Copy full SHA for a70a4a0
llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
@@ -36,9 +36,9 @@ class VPlanVerifier {
36
// VPHeaderPHIRecipes.
37
bool verifyPhiRecipes(const VPBasicBlock *VPBB);
38
39
- // Verify that \p EVL is used correctly. The user must be either in EVL-based
40
- // recipes as a last operand or VPInstruction::Add which is incoming value
41
- // into EVL's recipe.
+ /// Verify that \p EVL is used correctly. The user must be either in
+ /// EVL-based recipes as a last operand or VPInstruction::Add which is
+ /// incoming value into EVL's recipe.
42
bool verifyEVLRecipe(const VPInstruction &EVL) const;
43
44
bool verifyVPBasicBlock(const VPBasicBlock *VPBB);
0 commit comments