[PATCH] D13308: Value profiling - remaining LLVM changes

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


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

In this revision:

- Used LLVM_ALIGNAS(8) to set the alignment for the ProfileData struct in the InstrProf.h


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.40247.patch
Type: text/x-patch
Size: 43943 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151116/2600cc7e/attachment.bin>


More information about the llvm-commits mailing list