[PATCH] D87337: [PGO] De-Optimizing cold functions based on PGO info (PATCH 1/2)

Min-Yih Hsu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 10 12:08:20 PDT 2020


myhsu updated this revision to Diff 291050.
myhsu added a comment.

- Fix wording (NFC)
- Add 50% test and restructure the test file


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

https://reviews.llvm.org/D87337

Files:
  llvm/include/llvm/IR/Function.h
  llvm/lib/IR/Function.cpp
  llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  llvm/test/Transforms/PGOProfile/Inputs/omit-cold-func-opt.proftext
  llvm/test/Transforms/PGOProfile/omit-cold-func-opt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87337.291050.patch
Type: text/x-patch
Size: 11252 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200910/eeca186f/attachment.bin>


More information about the llvm-commits mailing list