This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 325a4c24567 [AMDGPU] Allow DPP combiner to work with REG_SEQUENCE new e7c9c5bebda [AMDGPU] Support mov dpp with 64 bit operands
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: lib/Target/AMDGPU/GCNDPPCombine.cpp | 7 +++ lib/Target/AMDGPU/SIInstrInfo.cpp | 62 +++++++++++++++++++++++++ lib/Target/AMDGPU/SIInstrInfo.h | 8 ++++ lib/Target/AMDGPU/SIInstructions.td | 26 +++++++++++ test/CodeGen/AMDGPU/dpp_combine.mir | 40 +++++++++++++++++ test/CodeGen/AMDGPU/llvm.amdgcn.mov.dpp.ll | 24 ++++++++++ test/CodeGen/AMDGPU/llvm.amdgcn.update.dpp.ll | 65 ++++++++++++++++++++++++--- 7 files changed, 226 insertions(+), 6 deletions(-)