Skip to content

Conversation

vporpo
Copy link
Contributor

@vporpo vporpo commented Feb 19, 2025

Move the most common if statement to the top and the least common ones to the bottom. This should save CPU cycles during compilation.

This patch also prefixes the llvm variables with the LLVM prefix to make the naming convention in this function more uniform. For example C to LLVMC.

…rnal()

Move the most common if statement to the top and the least common
ones to the bottom. This should save CPU cycles during compilation.

This patch also prefixes the llvm variables with the LLVM prefix
to make the naming convention in this function more uniform.
For example `C` to `LLVMC`.
@vporpo vporpo merged commit c0c42c8 into llvm:main Feb 19, 2025
7 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants