[PATCH] D85808: [remarks] Optimization remarks hotness filtering from profile summary

Wei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 17 22:53:20 PDT 2020


weiwang updated this revision to Diff 286203.
weiwang added a comment.

update:

1. reorganize code splitting with parent diff.
2. format and style change.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85808

Files:
  clang/include/clang/Basic/CodeGenOptions.def
  clang/include/clang/Basic/CodeGenOptions.h
  clang/include/clang/Basic/DiagnosticDriverKinds.td
  clang/include/clang/Driver/Options.td
  clang/lib/Frontend/CompilerInvocation.cpp
  llvm/include/llvm/Analysis/ProfileSummaryInfo.h
  llvm/include/llvm/IR/LLVMContext.h
  llvm/include/llvm/IR/Module.h
  llvm/lib/Analysis/OptimizationRemarkEmitter.cpp
  llvm/lib/IR/LLVMContext.cpp
  llvm/lib/IR/LLVMRemarkStreamer.cpp
  llvm/lib/IR/Module.cpp
  llvm/test/Other/optimization-remarks-auto.ll
  llvm/test/Transforms/SampleProfile/Inputs/remarks-hotness.prof
  llvm/test/Transforms/SampleProfile/remarks-hotness.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85808.286203.patch
Type: text/x-patch
Size: 21003 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200818/0ca014b5/attachment.bin>


More information about the llvm-commits mailing list