[PATCH] D41059: [PGO] MST min edge selection heuristic to ensure non-zero entry count

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 15 15:20:25 PST 2017


davidxl updated this revision to Diff 127198.
davidxl added a comment.

address comment: remove unnecessary early return check.


https://reviews.llvm.org/D41059

Files:
  lib/Transforms/Instrumentation/CFGMST.h
  test/Transforms/PGOProfile/Inputs/landingpad.proftext
  test/Transforms/PGOProfile/Inputs/noreturncall.proftext
  test/Transforms/PGOProfile/branch1.ll
  test/Transforms/PGOProfile/counter_promo.ll
  test/Transforms/PGOProfile/infinite_loop_gen.ll
  test/Transforms/PGOProfile/landingpad.ll
  test/Transforms/PGOProfile/loop1.ll
  test/Transforms/PGOProfile/loop2.ll
  test/Transforms/PGOProfile/noreturncall.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41059.127198.patch
Type: text/x-patch
Size: 10549 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171215/9834a81e/attachment.bin>


More information about the llvm-commits mailing list