This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d22c85d [PPC] Add intrinsics for vector extract word and vector insert word. new ddb62ed AMDGPU: Clean up instruction bits new d5cdd5a AMDGPU: Allow TBA, TMA, TTMP* registers with SMEM instructions new a151ead AMDGPU: Fix i128 mul
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: lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 2 +- lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 4 + lib/Target/AMDGPU/SIDefines.h | 118 ++++++++++++---------- lib/Target/AMDGPU/SIInstrFormats.td | 97 ++++++++++-------- lib/Target/AMDGPU/SIRegisterInfo.td | 4 +- test/CodeGen/AMDGPU/mul.ll | 71 +++++++++++++ test/MC/AMDGPU/smem.s | 86 +++++++++++++++- test/MC/AMDGPU/smrd.s | 72 ++++++++++++- 8 files changed, 348 insertions(+), 106 deletions(-)