[PATCH] D60103: new sample block/edge weights

David Callahan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 1 16:02:50 PDT 2019


david2050 created this revision.
david2050 added a reviewer: wmi.
Herald added subscribers: llvm-commits, jdoerfert, kristina, dexonsmith, eraman, mgorny.
Herald added a project: LLVM.
david2050 planned changes to this revision.

This is a not-ready-for-review alternate implemenation of 
computing missing block and edge weights for sample profile data


Repository:
  rL LLVM

https://reviews.llvm.org/D60103

Files:
  include/llvm/ADT/NestedSCC.h
  lib/Transforms/IPO/CMakeLists.txt
  lib/Transforms/IPO/SampleEdgeWeights.cpp
  lib/Transforms/IPO/SampleEdgeWeights.h
  lib/Transforms/IPO/SampleProfile.cpp
  lib/Transforms/IPO/SubsetCFG.h
  test/Transforms/SampleProfile/Inputs/entry_counts.prof
  test/Transforms/SampleProfile/calls.ll
  test/Transforms/SampleProfile/compact-binary-profile.ll
  test/Transforms/SampleProfile/cov-zero-samples.ll
  test/Transforms/SampleProfile/fnptr.ll
  test/Transforms/SampleProfile/indirect-call-gcc.ll
  test/Transforms/SampleProfile/inline-coverage.ll
  test/Transforms/SampleProfile/propagate.ll
  unittests/ADT/CMakeLists.txt
  unittests/ADT/NestedSCCTest.cpp
  unittests/ADT/SimpleGraph.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60103.193190.patch
Type: text/x-patch
Size: 103314 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190401/73ca1f02/attachment-0001.bin>


More information about the llvm-commits mailing list