This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 98272e49b80 TableGen/ISel: Allow PatFrag predicate code to access captu [...] new d339265d524 [AMDGPU] Combine DPP mov with use instructions (VOP1/2/3)
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/AMDGPU.h | 4 + lib/Target/AMDGPU/AMDGPU.td | 4 + lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 8 + lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 12 +- lib/Target/AMDGPU/CMakeLists.txt | 1 + lib/Target/AMDGPU/GCNDPPCombine.cpp | 446 ++++++++++++++++++++++++ lib/Target/AMDGPU/SIInstrInfo.cpp | 81 +++++ lib/Target/AMDGPU/SIInstrInfo.h | 32 +- lib/Target/AMDGPU/SIInstrInfo.td | 28 +- lib/Target/AMDGPU/VOP1Instructions.td | 30 +- lib/Target/AMDGPU/VOP2Instructions.td | 69 ++-- lib/Target/AMDGPU/VOPInstructions.td | 46 ++- test/CodeGen/AMDGPU/dpp_combine.ll | 185 ++++++++++ test/CodeGen/AMDGPU/dpp_combine_subregs.mir | 143 ++++++++ test/MC/AMDGPU/vop_dpp.s | 1 - 15 files changed, 1039 insertions(+), 51 deletions(-) create mode 100644 lib/Target/AMDGPU/GCNDPPCombine.cpp create mode 100644 test/CodeGen/AMDGPU/dpp_combine.ll create mode 100644 test/CodeGen/AMDGPU/dpp_combine_subregs.mir