================
@@ -1032,6 +1032,13 @@ AArch64TTIImpl::getIntrinsicInstrCost(const IntrinsicCostAttributes &ICA,
}
break;
}
+ case Intrinsic::experimental_vector_extract_last_active:
----------------
huntergr-arm wrote:
Split out as #165739
https://github.com/llvm/llvm-project/pull/158088