This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8994bbee8a1 [X86][SSE] Match PSHUFLW/PSHUFHW + PSHUFD vXi16 shuffle pat [...] new a6448ac97c5 AMDGPU: Implement getTgtMemIntrinsic for images new 8923569a3dd AMDGPU: Remove mayLoad/hasSideEffects from MIMG stores new 9b9b8d4dd5c AMDGPU: Use unique PSVs for buffer resources
The 3 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 | 24 +-- lib/Target/AMDGPU/MIMGInstructions.td | 10 +- lib/Target/AMDGPU/SIISelLowering.cpp | 279 ++++++++++++++++++++++----- lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 2 - lib/Target/AMDGPU/SIMachineFunctionInfo.h | 28 ++- test/CodeGen/AMDGPU/llvm.amdgcn.image.ll | 24 ++- test/CodeGen/AMDGPU/llvm.amdgcn.s.waitcnt.ll | 3 +- 7 files changed, 293 insertions(+), 77 deletions(-)