[PATCH] D139367: [CSSPGO][llvm-profgen] Missing frame inference.
Hongtao Yu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 7 16:24:25 PST 2022
hoy updated this revision to Diff 481103.
hoy added a comment.
Bounding the DFS search with a speific size (default to INT32_MAX). Will run more experiments to settle down on a good limit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139367/new/
https://reviews.llvm.org/D139367
Files:
llvm/test/tools/llvm-profgen/Inputs/noinline-tailcall-probe.perfbin
llvm/test/tools/llvm-profgen/Inputs/noinline-tailcall-probe.perfscript
llvm/test/tools/llvm-profgen/cs-tailcall.test
llvm/tools/llvm-profgen/CMakeLists.txt
llvm/tools/llvm-profgen/MissingFrameInferrer.cpp
llvm/tools/llvm-profgen/MissingFrameInferrer.h
llvm/tools/llvm-profgen/ProfileGenerator.cpp
llvm/tools/llvm-profgen/ProfileGenerator.h
llvm/tools/llvm-profgen/ProfiledBinary.cpp
llvm/tools/llvm-profgen/ProfiledBinary.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139367.481103.patch
Type: text/x-patch
Size: 38046 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221208/b96593f3/attachment-0001.bin>
More information about the llvm-commits
mailing list