Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LV] Use SmallVector::resize instead of push_back/emplace_back in a l…
…oop. NFC (llvm#83696) This should be more efficient since the vector can know how much additional space to reserve before creating the new elements.
- Loading branch information