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 64f0b9a commit e1973fdCopy full SHA for e1973fd
llvm/lib/Transforms/Vectorize/VPlanValue.h
@@ -41,8 +41,8 @@ class VPRecipeBase;
41
class VPInterleaveBase;
42
class VPPhiAccessors;
43
44
-/// This is the base class of the VPlan Def/Use graph, used for modeling the data
45
-/// flow into, within and out of the VPlan. VPValues can stand for live-ins
+/// This is the base class of the VPlan Def/Use graph, used for modeling the
+/// data flow into, within and out of the VPlan. VPValues can stand for live-ins
46
/// coming from the input IR and instructions which VPlan will generate if
47
/// executed.
48
class LLVM_ABI_FOR_TEST VPValue {
0 commit comments