[PATCH] D14841: [PGO] profile runtime naming cleanups

David Li via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 19 13:06:15 PST 2015


davidxl created this revision.
davidxl added reviewers: vsk, betulb.
davidxl added a subscriber: llvm-commits.

In this patch a couple of naming cleanups are made:

1) Value profile enumerator change to match LLVM code
2) ProfData new member field name change to match LLVM code
3) ProfData member type change to match LLVM code
4) Do not use lower case for types that are internal to implementation (not exposed to APIs)

There is no functional change. This is a preparation patch to enable more code sharing in follow up patches.

http://reviews.llvm.org/D14841

Files:
  lib/profile/InstrProfiling.c
  lib/profile/InstrProfiling.h
  lib/profile/InstrProfilingWriter.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14841.40697.patch
Type: text/x-patch
Size: 7243 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151119/4b0de5e9/attachment.bin>


More information about the llvm-commits mailing list