We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fddc3b3 commit 0e6b820Copy full SHA for 0e6b820
llvm/include/llvm/CodeGen/BasicTTIImpl.h
@@ -2111,6 +2111,9 @@ class BasicTTIImplBase : public TargetTransformInfoImplCRTPBase<T> {
2111
case Intrinsic::get_active_lane_mask:
2112
case Intrinsic::experimental_vector_match:
2113
case Intrinsic::experimental_vector_histogram_add:
2114
+ case Intrinsic::experimental_vector_histogram_uadd_sat:
2115
+ case Intrinsic::experimental_vector_histogram_umax:
2116
+ case Intrinsic::experimental_vector_histogram_umin:
2117
return thisT()->getTypeBasedIntrinsicInstrCost(ICA, CostKind);
2118
case Intrinsic::modf:
2119
case Intrinsic::sincos:
0 commit comments