[PATCH] D13308: Value profiling - remaining LLVM changes

Xinliang David Li via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 15 22:06:53 PST 2015


LGTM (assuming all tests pass).

On Sun, Nov 15, 2015 at 9:42 PM, Betul Buyukkurt <betulb at codeaurora.org>
wrote:

> 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 --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151115/0229893a/attachment.html>


More information about the llvm-commits mailing list