[all-commits] [llvm/llvm-project] b336d7: [BOLT] Use direct storage for Label annotations. N...
Maksim Panchenko via All-commits
all-commits at lists.llvm.org
Mon Nov 6 14:25:10 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b336d741d0864437147b5cbf575fdf555947e832
https://github.com/llvm/llvm-project/commit/b336d741d0864437147b5cbf575fdf555947e832
Author: Maksim Panchenko <maks at fb.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M bolt/include/bolt/Core/MCPlusBuilder.h
M bolt/lib/Core/MCPlusBuilder.cpp
Log Message:
-----------
[BOLT] Use direct storage for Label annotations. NFCI. (#70147)
Store the Label annotation directly in the operand and avoid the extra
allocation and indirection overheads associated with MCSimpleAnnotation.
More information about the All-commits
mailing list