[LV] Use SmallVector::resize instead of push_back/emplace_back in a loop. NFC (#83696)
This should be more efficient since the vector can know how much additional space to reserve before creating the new elements.
parent
379e55ea
Please register or sign in to comment