This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0d1c7a1 Codegen: Don't tail-duplicate blocks with un-analyzable fallthrough. new e70f4f7 Changed sign of LastCallToStaticBouns new 4a0373d AMDGPU/SI: Implement amdgcn image intrinsics with sampler
The 2 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: include/llvm/Analysis/InlineCost.h | 2 +- include/llvm/IR/IntrinsicsAMDGPU.td | 95 ++++++ lib/Analysis/InlineCost.cpp | 2 +- lib/Target/AMDGPU/SIInstructions.td | 136 +++++++- lib/Transforms/IPO/Inliner.cpp | 2 +- test/CodeGen/AMDGPU/llvm.amdgcn.image.gather4.ll | 364 ++++++++++++++++++++++ test/CodeGen/AMDGPU/llvm.amdgcn.image.getlod.ll | 37 +++ test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.ll | 208 +++++++++++++ test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.o.ll | 208 +++++++++++++ 9 files changed, 1048 insertions(+), 6 deletions(-) create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.image.gather4.ll create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.image.getlod.ll create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.ll create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.o.ll