This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8f101a7 [X86][SSE] Add support for target shuffle combining to PSHUFL [...] new e2b4643 AMDGPU/R600: Add implicitarg.ptr intrinsic
The 1 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/IR/IntrinsicsAMDGPU.td | 6 + lib/Target/AMDGPU/EvergreenInstructions.td | 10 +- lib/Target/AMDGPU/R600ISelLowering.cpp | 5 + lib/Target/AMDGPU/R600Instructions.td | 3 +- test/CodeGen/AMDGPU/amdgcn.work-item-intrinsics.ll | 114 ++++++++++++++++++ ...l => amdgpu.work-item-intrinsics.deprecated.ll} | 127 ++++++++++++++++----- test/CodeGen/AMDGPU/r600.work-item-intrinsics.ll | 107 +++++++++++++++++ 7 files changed, 336 insertions(+), 36 deletions(-) create mode 100644 test/CodeGen/AMDGPU/amdgcn.work-item-intrinsics.ll rename test/CodeGen/AMDGPU/{work-item-intrinsics.ll => amdgpu.work-item-intrinsics [...] create mode 100644 test/CodeGen/AMDGPU/r600.work-item-intrinsics.ll