[llvm] WIP [ADT][NFC] SmallVector performance improvements (PR #169291)

Alexis Engelke via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 24 03:57:46 PST 2025


aengelke wrote:

memset in resize should already be optimized by the compiler (https://godbolt.org/z/5hbzqMarq). Likewise, if constexpr shouldn't affect the generated code in optimized builds. How exactly does this improve performance?

https://github.com/llvm/llvm-project/pull/169291


More information about the llvm-commits mailing list