@@ -166,29 +166,27 @@ struct CachingVPExpander {
166
166
// / length of the operation.
167
167
void discardEVLParameter (VPIntrinsic &PI);
168
168
169
- // / \brief Lower this VP binary operator to a unpredicated binary operator.
169
+ // / Lower this VP binary operator to a unpredicated binary operator.
170
170
Value *expandPredicationInBinaryOperator (IRBuilder<> &Builder,
171
171
VPIntrinsic &PI);
172
172
173
- // / \brief Lower this VP reduction to a call to an unpredicated reduction
174
- // / intrinsic.
173
+ // / Lower this VP reduction to a call to an unpredicated reduction intrinsic.
175
174
Value *expandPredicationInReduction (IRBuilder<> &Builder,
176
175
VPReductionIntrinsic &PI);
177
176
178
- // / \brief Lower this VP memory operation to a non-VP intrinsic.
177
+ // / Lower this VP memory operation to a non-VP intrinsic.
179
178
Value *expandPredicationInMemoryIntrinsic (IRBuilder<> &Builder,
180
179
VPIntrinsic &VPI);
181
180
182
- // / \brief Lower this VP comparison to a call to an unpredicated comparison.
181
+ // / Lower this VP comparison to a call to an unpredicated comparison.
183
182
Value *expandPredicationInComparison (IRBuilder<> &Builder,
184
183
VPCmpIntrinsic &PI);
185
184
186
- // / \brief Query TTI and expand the vector predication in \p P accordingly.
185
+ // / Query TTI and expand the vector predication in \p P accordingly.
187
186
Value *expandPredication (VPIntrinsic &PI);
188
187
189
- // / \brief Determine how and whether the VPIntrinsic \p VPI shall be
190
- // / expanded. This overrides TTI with the cl::opts listed at the top of this
191
- // / file.
188
+ // / Determine how and whether the VPIntrinsic \p VPI shall be expanded. This
189
+ // / overrides TTI with the cl::opts listed at the top of this file.
192
190
VPLegalization getVPLegalizationStrategy (const VPIntrinsic &VPI) const ;
193
191
bool UsingTTIOverrides;
194
192
@@ -623,7 +621,7 @@ CachingVPExpander::getVPLegalizationStrategy(const VPIntrinsic &VPI) const {
623
621
return VPStrat;
624
622
}
625
623
626
- // / \brief Expand llvm.vp.* intrinsics as requested by \p TTI.
624
+ // / Expand llvm.vp.* intrinsics as requested by \p TTI.
627
625
bool CachingVPExpander::expandVectorPredication () {
628
626
SmallVector<TransformJob, 16 > Worklist;
629
627
0 commit comments