[llvm-branch-commits] [llvm] release/23.x: [IR] Slightly optimize getElementAsInteger() (#211550) (PR #212222)

Nikita Popov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jul 27 03:57:35 PDT 2026


nikic wrote:

> Interesting. On which code path is this so hot?

Bitcode writing of large blobs (ConstantDataSequential): https://github.com/llvm/llvm-project/blob/9facc238463a8b10189534bb9da2e1e2f7503dd6/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp#L2993-L3031

Which could, of course, be further optimized...

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


More information about the llvm-branch-commits mailing list