[all-commits] [llvm/llvm-project] 6fb39a: [BOLT][merge-fdata] Initialize YAML profile header...
Maksim Panchenko via All-commits
all-commits at lists.llvm.org
Wed Sep 25 14:18:56 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6fb39ac77bb2e080cc41cd0060464e76f84f994a
https://github.com/llvm/llvm-project/commit/6fb39ac77bb2e080cc41cd0060464e76f84f994a
Author: Maksim Panchenko <maks at fb.com>
Date: 2024-09-25 (Wed, 25 Sep 2024)
Changed paths:
A bolt/test/merge-fdata-uninitialized-header.test
M bolt/tools/merge-fdata/merge-fdata.cpp
Log Message:
-----------
[BOLT][merge-fdata] Initialize YAML profile header (#109613)
While merging profiles, some fields in the input header, e.g.
HashFunction, could be uninitialized leading to a UMR. Initialize merged
header with the first input header.
Fixes #109592
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list