================
@@ -1026,6 +1026,13 @@ void VectorLegalizer::Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results) {
return;
}
break;
+ case ISD::VP_CTTZ_ELTS:
----------------
mshockwave wrote:
Done.
https://github.com/llvm/llvm-project/pull/90502