]> granicus.if.org Git - llvm/commit
[Profile] Implement select instruction instrumentation in IR PGO
authorXinliang David Li <davidxl@google.com>
Sun, 18 Sep 2016 18:34:07 +0000 (18:34 +0000)
committerXinliang David Li <davidxl@google.com>
Sun, 18 Sep 2016 18:34:07 +0000 (18:34 +0000)
commitab430229eec06fc65062fcdccdc4bf339b63f601
tree7eca37b763fb596fdd55c097bc4c14dd00ddd19d
parent305b3f3b5aa3e18be856fd5bd9c289145310188c
[Profile] Implement select instruction instrumentation in IR PGO

Differential Revision: http://reviews.llvm.org/D23727

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281858 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LangRef.rst
include/llvm/IR/IntrinsicInst.h
include/llvm/IR/Intrinsics.td
lib/Transforms/Instrumentation/InstrProfiling.cpp
lib/Transforms/Instrumentation/PGOInstrumentation.cpp
test/Transforms/PGOProfile/Inputs/select1.proftext [new file with mode: 0644]
test/Transforms/PGOProfile/select1.ll [new file with mode: 0644]