File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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).
You can’t perform that action at this time.
0 commit comments