[PATCH] D41604: Add a pass to generate synthetic function entry counts.

Easwaran Raman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 9 11:40:56 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL322110: Add a pass to generate synthetic function entry counts. (authored by eraman, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D41604

Files:
  llvm/trunk/include/llvm/Analysis/SyntheticCountsUtils.h
  llvm/trunk/include/llvm/IR/Function.h
  llvm/trunk/include/llvm/IR/MDBuilder.h
  llvm/trunk/include/llvm/Transforms/IPO/SyntheticCountsPropagation.h
  llvm/trunk/lib/Analysis/CMakeLists.txt
  llvm/trunk/lib/Analysis/SyntheticCountsUtils.cpp
  llvm/trunk/lib/IR/Function.cpp
  llvm/trunk/lib/IR/MDBuilder.cpp
  llvm/trunk/lib/IR/Verifier.cpp
  llvm/trunk/lib/Passes/PassBuilder.cpp
  llvm/trunk/lib/Passes/PassRegistry.def
  llvm/trunk/lib/Transforms/IPO/CMakeLists.txt
  llvm/trunk/lib/Transforms/IPO/SampleProfile.cpp
  llvm/trunk/lib/Transforms/IPO/SyntheticCountsPropagation.cpp
  llvm/trunk/test/Transforms/SyntheticCountsPropagation/initial.ll
  llvm/trunk/test/Transforms/SyntheticCountsPropagation/prop.ll
  llvm/trunk/test/Transforms/SyntheticCountsPropagation/scc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41604.129133.patch
Type: text/x-patch
Size: 25168 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180109/e01be7e3/attachment.bin>


More information about the llvm-commits mailing list