Files
clang-p2996/llvm/lib/SandboxIR/Context.cpp
vporpo c0c42c8b32 [SandboxIR][NFC] Change order of ifs in Context::getOrCreateValueInternal() (#127891)
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`.
2025-02-19 13:08:43 -08:00

29 KiB