This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2e390e6fde4 [DWARF] LLVM ERROR: Broken function found, while removing D [...] new 3a178e01c44 [AMDGPU] Fix DPP combiner
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/CodeGen/TargetInstrInfo.h | 7 + lib/Target/AMDGPU/GCNDPPCombine.cpp | 239 ++++++++------ lib/Target/AMDGPU/SIInstrInfo.cpp | 26 ++ lib/Target/AMDGPU/SIInstrInfo.h | 6 + test/CodeGen/AMDGPU/dpp_combine.ll | 185 ----------- test/CodeGen/AMDGPU/dpp_combine.mir | 472 ++++++++++++++++++++++++++++ test/CodeGen/AMDGPU/dpp_combine_subregs.mir | 143 --------- 7 files changed, 654 insertions(+), 424 deletions(-) delete mode 100644 test/CodeGen/AMDGPU/dpp_combine.ll create mode 100644 test/CodeGen/AMDGPU/dpp_combine.mir delete mode 100644 test/CodeGen/AMDGPU/dpp_combine_subregs.mir