[all-commits] [llvm/llvm-project] e20074: [BOLT] Emit a warning about invalid entries in fun...
Amir Ayupov via All-commits
all-commits at lists.llvm.org
Wed Jan 25 11:43:23 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e20074053da8cfad101f2752fd2e8fb0224ec21c
https://github.com/llvm/llvm-project/commit/e20074053da8cfad101f2752fd2e8fb0224ec21c
Author: Amir Ayupov <aaupov at fb.com>
Date: 2023-01-25 (Wed, 25 Jan 2023)
Changed paths:
M bolt/lib/Passes/ReorderFunctions.cpp
Log Message:
-----------
[BOLT] Emit a warning about invalid entries in function-order list
Move individual warnings under verbosity >= 1, print out a warning with
aggregate number.
Reviewed By: #bolt, rafauler
Differential Revision: https://reviews.llvm.org/D142397
Commit: 287508cd9c4396c8845d92310d258879202a179e
https://github.com/llvm/llvm-project/commit/287508cd9c4396c8845d92310d258879202a179e
Author: Amir Ayupov <aaupov at fb.com>
Date: 2023-01-25 (Wed, 25 Jan 2023)
Changed paths:
M bolt/lib/Passes/ReorderFunctions.cpp
M bolt/lib/Rewrite/RewriteInstance.cpp
M bolt/test/X86/Inputs/order-lite.txt
M bolt/test/X86/function-order-lite.s
Log Message:
-----------
[BOLT] Use LTO fuzzy name matching in function-order
Allow partial name matching wrt LTO suffixes in `function-order`
user-supplied function list, the same as permitted by profile matching.
Reviewed By: #bolt, rafauler
Differential Revision: https://reviews.llvm.org/D142269
Compare: https://github.com/llvm/llvm-project/compare/9916ab03f19d...287508cd9c43
More information about the All-commits
mailing list