This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1fc7fa1 [InstCombine] Determine the result of a select based on a dom [...] new de6dea1 AMDGPU: Add kernarg.segment.ptr intrinsic new 7eaa51e Differential Revision: http://reviews.llvm.org/D19733 new 8c53c61 [inliner]: Refactor inline deferring logic into its own method /NFC new c1284a6 [ValueTracking] Make the code in lookThroughCast new f8bfee2 [Docs] Refer to the CMakePrimer from CMake doc
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/CMake.rst | 4 + include/llvm/CodeGen/CommandFlags.h | 6 - include/llvm/IR/IntrinsicsAMDGPU.td | 4 + include/llvm/Transforms/IPO/InlinerPass.h | 4 + lib/Analysis/ValueTracking.cpp | 25 ++-- lib/Target/AMDGPU/SIISelLowering.cpp | 5 + lib/Target/TargetMachine.cpp | 2 +- lib/Target/X86/X86Subtarget.cpp | 3 +- lib/Target/X86/X86Subtarget.h | 2 +- lib/Transforms/IPO/Inliner.cpp | 148 +++++++++++---------- .../AMDGPU/llvm.amdgcn.kernarg.segment.ptr.ll | 21 +++ test/CodeGen/X86/emutls-pie.ll | 13 +- test/CodeGen/X86/global-access-pie.ll | 8 +- test/CodeGen/X86/pie.ll | 12 +- test/CodeGen/X86/tls-pie.ll | 8 +- 15 files changed, 157 insertions(+), 108 deletions(-) create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.kernarg.segment.ptr.ll