[all-commits] [llvm/llvm-project] 599e0d: [BOLT][NFC] Rename icf-dfs option variable to ICFU...
Amir Ayupov via All-commits
all-commits at lists.llvm.org
Tue Jul 18 14:33:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 599e0da32f851401607206ef950a49cf2e67aa2d
https://github.com/llvm/llvm-project/commit/599e0da32f851401607206ef950a49cf2e67aa2d
Author: Amir Ayupov <aaupov at fb.com>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M bolt/lib/Passes/IdenticalCodeFolding.cpp
Log Message:
-----------
[BOLT][NFC] Rename icf-dfs option variable to ICFUseDFS
Rename to avoid collision with profile-use-dfs.
Differential Revision: https://reviews.llvm.org/D155513
Commit: 69b7e257fec679e3e725868b89318809821b2a23
https://github.com/llvm/llvm-project/commit/69b7e257fec679e3e725868b89318809821b2a23
Author: Amir Ayupov <aaupov at fb.com>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M bolt/lib/Profile/YAMLProfileReader.cpp
M bolt/lib/Profile/YAMLProfileWriter.cpp
M bolt/test/X86/pre-aggregated-perf.test
M bolt/test/X86/reader-stale-yaml.test
Log Message:
-----------
[BOLT] Switch to using layout order in YAML
Use layout order in YAML profile reading/writing. Preserve old behavior (DFS order)
under `-profile-use-dfs` option.
Reviewed By: spupyrev
Differential Revision: https://reviews.llvm.org/D155514
Compare: https://github.com/llvm/llvm-project/compare/5c106f7b947e...69b7e257fec6
More information about the All-commits
mailing list