[PATCH] D13308: Value profiling - remaining LLVM changes

Betul Buyukkurt via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 14 16:15:58 PDT 2015


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

In this revision:

- 'target' word is removed from the value profiling intrinsic name, documentation and from intrinsic lowering code.
- Raw profile header struct is extended to record the last value of the enum for value kinds.


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/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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13308.37420.patch
Type: text/x-patch
Size: 29880 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151014/c0ddb410/attachment-0001.bin>


More information about the llvm-commits mailing list