Files
llvm-project/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
Alex MacLean e7cdce484b [BitcodeReader] Simplify CST_CODE_DATA constant parsing (NFC) (#190846)
Cleanup boilerplate in the CST_CODE_DATA case for bitcode parser. This
is generally an aesthetic improvement and can significantly reduce stack
usage on some compilers (such as MSVC) where each SmallVector previously
was allocated it's own individual space.
2026-04-19 12:45:39 -07:00

325 KiB