[PATCH] D110864: [llvm-profgen] Ignore branch count against outline function

Lei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 5 22:29:09 PDT 2021


wlei updated this revision to Diff 377429.
wlei retitled this revision from "[llvm-profgen] Update test case to check branch count against outline function" to "[llvm-profgen] Ignore branch count against outline function".
wlei added a comment.

revert back to check outlined function

Checked for compiler side, it can't match any of the pre-sample-loader outline function, so we can just ignore all the functions with `.*` suffix.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110864/new/

https://reviews.llvm.org/D110864

Files:
  llvm/test/tools/llvm-profgen/Inputs/coroutine.perfbin
  llvm/test/tools/llvm-profgen/Inputs/coroutine.perfscript
  llvm/test/tools/llvm-profgen/Inputs/func-split.perfbin
  llvm/test/tools/llvm-profgen/Inputs/func-split.perfscript
  llvm/test/tools/llvm-profgen/coroutine.test
  llvm/test/tools/llvm-profgen/func-split.test
  llvm/tools/llvm-profgen/ProfileGenerator.cpp
  llvm/tools/llvm-profgen/ProfileGenerator.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110864.377429.patch
Type: text/x-patch
Size: 10729 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211006/4e0fd49b/attachment.bin>


More information about the llvm-commits mailing list