[PATCH] D155748: [BOLT] updates for stale hashing
Sergey Pupyrev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 19 13:46:47 PDT 2023
spupyrev created this revision.
Herald added a reviewer: rafauler.
Herald added subscribers: treapster, ayermolo.
Herald added a reviewer: Amir.
Herald added a reviewer: maksfb.
Herald added a project: All.
spupyrev retitled this revision from "[BOLT] upds stale hashing" to "[BOLT] updates for stale hashing".
spupyrev edited the summary of this revision.
spupyrev published this revision for review.
Herald added subscribers: llvm-commits, yota9.
Herald added a project: LLVM.
1. Using ADT/Bitfields.h for hash computation; this is equivalent but shorter than the existing implementation
2. Getting rid of Layout indices for stale matching; using BB->getIndex for indexing
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D155748
Files:
bolt/lib/Profile/StaleProfileMatching.cpp
bolt/lib/Profile/YAMLProfileReader.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155748.542175.patch
Type: text/x-patch
Size: 7601 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230719/31dcb281/attachment-0001.bin>
More information about the llvm-commits
mailing list