Skip to content

Commit 64f0b9a

Browse files
committed
Add change in LLVM to trigger check-llvm in pre-merge CI
1 parent 4990364 commit 64f0b9a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

llvm/lib/Transforms/Vectorize/VPlanValue.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ class VPRecipeBase;
4141
class VPInterleaveBase;
4242
class VPPhiAccessors;
4343

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
46-
// coming from the input IR and instructions which VPlan will generate if
47-
// executed.
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
46+
/// coming from the input IR and instructions which VPlan will generate if
47+
/// executed.
4848
class LLVM_ABI_FOR_TEST VPValue {
4949
friend class VPDef;
5050
friend struct VPDoubleValueDef;
@@ -57,7 +57,7 @@ class LLVM_ABI_FOR_TEST VPValue {
5757
SmallVector<VPUser *, 1> Users;
5858

5959
protected:
60-
// Hold the underlying Value, if any, attached to this VPValue.
60+
/// Hold the underlying Value, if any, attached to this VPValue.
6161
Value *UnderlyingVal;
6262

6363
/// Pointer to the VPDef that defines this VPValue. If it is nullptr, the

0 commit comments

Comments
 (0)