[PATCH] D13308: Value profiling - remaining LLVM changes

Betul Buyukkurt via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 15 06:21:46 PST 2015


betulb updated this revision to Diff 40235.
betulb added a comment.

In this revision:

- Removed padding computation after the Data section. It's not needed as the ProfileData struct is 8 byte aligned.
- llvm-profdata tests are updated.


http://reviews.llvm.org/D13308

Files:
  docs/LangRef.rst
  include/llvm/IR/IntrinsicInst.h
  include/llvm/IR/Intrinsics.td
  include/llvm/ProfileData/InstrProf.h
  include/llvm/ProfileData/InstrProfData.inc
  include/llvm/ProfileData/InstrProfReader.h
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/ProfileData/InstrProfReader.cpp
  lib/Transforms/Instrumentation/InstrProfiling.cpp
  test/Instrumentation/InstrProfiling/PR23499.ll
  test/Instrumentation/InstrProfiling/linkage.ll
  test/Instrumentation/InstrProfiling/platform.ll
  test/Instrumentation/InstrProfiling/profiling.ll
  test/tools/llvm-profdata/Inputs/c-general.profraw
  test/tools/llvm-profdata/c-general.test
  test/tools/llvm-profdata/raw-32-bits-be.test
  test/tools/llvm-profdata/raw-32-bits-le.test
  test/tools/llvm-profdata/raw-64-bits-be.test
  test/tools/llvm-profdata/raw-64-bits-le.test
  test/tools/llvm-profdata/raw-two-profiles.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13308.40235.patch
Type: text/x-patch
Size: 43522 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151115/0e80f5f1/attachment.bin>


More information about the llvm-commits mailing list