Skip to content

[BitcodeReader] Simplify CST_CODE_DATA constant parsing (NFC)#190846

Open
AlexMaclean wants to merge 1 commit intollvm:mainfrom
AlexMaclean:dev/amacean/bc-reader-stack
Open

[BitcodeReader] Simplify CST_CODE_DATA constant parsing (NFC)#190846
AlexMaclean wants to merge 1 commit intollvm:mainfrom
AlexMaclean:dev/amacean/bc-reader-stack

Conversation

@AlexMaclean
Copy link
Copy Markdown
Member

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.

@AlexMaclean AlexMaclean self-assigned this Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants