[PATCH] D109551: [AutoFDO][llvm-profgen] Profile generation for LBR(non-CS) sample

Lei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 24 09:19:55 PDT 2021


wlei updated this revision to Diff 374873.
wlei added a comment.

Addressing feedback:

1. add a stonger test case through a quick sort program
2. refactor ProfileGenerator breaking into two subclass: CS and non-CS


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109551

Files:
  llvm/test/tools/llvm-profgen/Inputs/inline-noprobe.perfbin
  llvm/test/tools/llvm-profgen/Inputs/inline-noprobe.perfscript
  llvm/test/tools/llvm-profgen/Inputs/inline-noprobe2.perfbin
  llvm/test/tools/llvm-profgen/Inputs/inline-noprobe2.perfscript
  llvm/test/tools/llvm-profgen/inline-noprobe.test
  llvm/test/tools/llvm-profgen/inline-noprobe2.test
  llvm/test/tools/llvm-profgen/noinline-noprobe.test
  llvm/test/tools/llvm-profgen/noprobe.test
  llvm/tools/llvm-profgen/ProfileGenerator.cpp
  llvm/tools/llvm-profgen/ProfileGenerator.h
  llvm/tools/llvm-profgen/ProfiledBinary.h
  llvm/tools/llvm-profgen/llvm-profgen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109551.374873.patch
Type: text/x-patch
Size: 45208 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210924/c10353b4/attachment.bin>


More information about the llvm-commits mailing list