[PATCH] D51974: [GCOV] Remove useless loop when emiting edge counters

calixte via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 23 08:13:41 PDT 2018


calixte updated this revision to Diff 170648.
calixte added a comment.

Fix multiple CUs stuff and add a test (thanks to vsk).


Repository:
  rL LLVM

https://reviews.llvm.org/D51974

Files:
  lib/Transforms/Instrumentation/GCOVProfiling.cpp
  test/Transforms/GCOVProfiling/Inputs/
  test/Transforms/GCOVProfiling/Inputs/empty-function-1.ll
  test/Transforms/GCOVProfiling/Inputs/empty-function-2.ll
  test/Transforms/GCOVProfiling/Inputs/main-calls-empty-functions.ll
  test/Transforms/GCOVProfiling/function-numbering.ll
  test/Transforms/GCOVProfiling/multiple-cus.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51974.170648.patch
Type: text/x-patch
Size: 32837 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181023/c3aaff64/attachment.bin>


More information about the llvm-commits mailing list