[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
Wed Sep 9 17:09:14 PDT 2020


myhsu updated this revision to Diff 290848.
myhsu edited the summary of this revision.
myhsu added a comment.

1. Fix minor formatting issues (NFC)
2. Rename "profile-deopt-cold-*" into "profile-omit-cold-func-opt-*"


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.290848.patch
Type: text/x-patch
Size: 10501 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200910/347d3318/attachment.bin>


More information about the llvm-commits mailing list