[all-commits] [llvm/llvm-project] ec4a03: [BOLT] Enhance LowerAnnotations pass. NFCI. (#71847)
Maksim Panchenko via All-commits
all-commits at lists.llvm.org
Sun Nov 12 19:34:57 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ec4a03c65884918968d9b140f5e5f240d1c4ad5c
https://github.com/llvm/llvm-project/commit/ec4a03c65884918968d9b140f5e5f240d1c4ad5c
Author: Maksim Panchenko <maks at fb.com>
Date: 2023-11-12 (Sun, 12 Nov 2023)
Changed paths:
M bolt/lib/Passes/BinaryPasses.cpp
Log Message:
-----------
[BOLT] Enhance LowerAnnotations pass. NFCI. (#71847)
After #70147, all primary annotation types are stored directly in the
instruction and hence there's no need for the temporary storage we've
used previously for repopulating preserved annotations.
More information about the All-commits
mailing list