[all-commits] [llvm/llvm-project] 1e0d08: [BOLT] Add blocks order kind to YAML profile header
Amir Ayupov via All-commits
all-commits at lists.llvm.org
Mon Jul 24 21:33:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1e0d08e872279ae521ce4afda6c227788e8eb177
https://github.com/llvm/llvm-project/commit/1e0d08e872279ae521ce4afda6c227788e8eb177
Author: Amir Ayupov <aaupov at fb.com>
Date: 2023-07-24 (Mon, 24 Jul 2023)
Changed paths:
M bolt/include/bolt/Profile/ProfileYAMLMapping.h
M bolt/lib/Profile/YAMLProfileReader.cpp
M bolt/lib/Profile/YAMLProfileWriter.cpp
A bolt/test/yaml-profile-kind.c
Log Message:
-----------
[BOLT] Add blocks order kind to YAML profile header
Specify blocks order used in YAML profile. Needed to ensure profile backwards
compatibility with pre-D155514 DFS order by default.
Reviewed By: #bolt, maksfb
Differential Revision: https://reviews.llvm.org/D156176
More information about the All-commits
mailing list