This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c547d68a568 Revert r350647: "[NewPM] Port tsan" new e3e2923a39c [AMDGPU] Fix DPP combiner new 7d03bc32b05 [X86][SSE] Cleanup shuffle combining test check prefixes
The 2 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 | 207 +++-- 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 | 525 ++++++++++++ test/CodeGen/AMDGPU/dpp_combine_subregs.mir | 143 ---- test/CodeGen/X86/vector-shuffle-combining-avx.ll | 465 ++++------- .../X86/vector-shuffle-combining-avx512bw.ll | 916 ++++++++------------- .../X86/vector-shuffle-combining-avx512bwvl.ll | 88 +- .../X86/vector-shuffle-combining-avx512vbmi.ll | 129 +-- test/CodeGen/X86/vector-shuffle-combining-sse41.ll | 10 +- test/CodeGen/X86/vector-shuffle-combining-sse4a.ll | 32 +- test/CodeGen/X86/vector-shuffle-combining-ssse3.ll | 22 +- test/CodeGen/X86/vector-shuffle-combining-xop.ll | 416 ++++------ test/CodeGen/X86/vector-shuffle-combining.ll | 84 +- 16 files changed, 1522 insertions(+), 1739 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