================
@@ -57,6 +58,11 @@ class VectorBuilder {
return RetType();
}
+ // Helper function for creating VP intrinsic call.
----------------
fhahn wrote:
nit: use `///` for doc-comment
https://github.com/llvm/llvm-project/pull/90184