Skip to content

Commit fe57f55

Browse files
committed
!fixup adjust comments
1 parent 778875c commit fe57f55

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

llvm/include/llvm/Analysis/TargetTransformInfo.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1850,9 +1850,8 @@ class TargetTransformInfo {
18501850
/// \name Vector Predication Information
18511851
/// @{
18521852
/// Whether the target supports the %evl parameter of VP intrinsic efficiently
1853-
/// in hardware, for the given opcode and type/alignment. (see LLVM Language
1854-
/// Reference - "Vector Predication Intrinsics").
1855-
/// Use of %evl is discouraged when that is not the case.
1853+
/// in hardware. (see LLVM Language Reference - "Vector Predication
1854+
/// Intrinsics"). Use of %evl is discouraged when that is not the case.
18561855
LLVM_ABI bool hasActiveVectorLength() const;
18571856

18581857
/// Return true if sinking I's operands to the same basic block as I is

llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ class RISCVTTIImpl final : public BasicTTIImplBase<RISCVTTIImpl> {
9090

9191
/// \name EVL Support for predicated vectorization.
9292
/// Whether the target supports the %evl parameter of VP intrinsic efficiently
93-
/// in hardware, for the given opcode and type/alignment. (see LLVM Language
94-
/// Reference - "Vector Predication Intrinsics",
93+
/// in hardware (see LLVM Language Reference - "Vector Predication
94+
/// Intrinsics",
9595
/// https://llvm.org/docs/LangRef.html#vector-predication-intrinsics and
9696
/// "IR-level VP intrinsics",
9797
/// https://llvm.org/docs/Proposals/VectorPredication.html#ir-level-vp-intrinsics).

0 commit comments

Comments
 (0)