[all-commits] [llvm/llvm-project] 734f4d: [llvm-profgen] An option to dump disasm of specifi...
Hongtao Yu via All-commits
all-commits at lists.llvm.org
Wed Sep 22 10:33:18 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 734f4d832cd2d3a9520d2384c98e1429b53e0238
https://github.com/llvm/llvm-project/commit/734f4d832cd2d3a9520d2384c98e1429b53e0238
Author: Hongtao Yu <hoy at fb.com>
Date: 2021-09-22 (Wed, 22 Sep 2021)
Changed paths:
M llvm/test/tools/llvm-profgen/pseudoprobe-decoding.test
M llvm/tools/llvm-profgen/ProfiledBinary.cpp
M llvm/tools/llvm-profgen/ProfiledBinary.h
Log Message:
-----------
[llvm-profgen] An option to dump disasm of specified symbols
For large app, dumping disasm of the whole program can be slow and result in gianant output. Adding a switch to dump specific symbols only.
Reviewed By: wlei
Differential Revision: https://reviews.llvm.org/D110079
More information about the All-commits
mailing list