[llvm] [LV, VP]VP intrinsics support for the Loop Vectorizer (PR #76172)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 26 08:36:34 PST 2024


================
@@ -75,6 +75,22 @@ class RISCVTTIImpl : public BasicTTIImplBase<RISCVTTIImpl> {
                                       const APInt &Imm, Type *Ty,
                                       TTI::TargetCostKind CostKind);
 
+  /// \name Vector Predication Information
----------------
fhahn wrote:

There was a long comment re terminology here https://reviews.llvm.org/D99750#inline-1551705, but I cannot really tell how/if this still applies from the context.

https://github.com/llvm/llvm-project/pull/76172


More information about the llvm-commits mailing list