Skip to content

Commit cfbd6b0

Browse files
committed
Update comment
1 parent 6c83065 commit cfbd6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13552,7 +13552,7 @@ enum ExtKind : uint8_t { ZExt = 1 << 0, SExt = 1 << 1, FPExt = 1 << 2 };
1355213552
/// NodeExtensionHelper for `a` and one for `b`.
1355313553
///
1355413554
/// This class abstracts away how the extension is materialized and
13555-
/// how its Mask, VL, number of users affect the combines.
13555+
/// how its number of users affect the combines.
1355613556
///
1355713557
/// In particular:
1355813558
/// - VWADD_W is conceptually == add(op0, sext(op1))

0 commit comments

Comments
 (0)