This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9b45c7b72d5 [X86][MMX] Fix flipped reg/mem typo in MMX_MISC_FUNC_ITINS new 4f1ff651c89 [AMDGPU][MC][GFX9] Added instructions s_mul_hi_*32, s_lshl* [...] new efcfc6694b0 [MergeICmp] Split blocks that do other work.
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: lib/Target/AMDGPU/SOPInstructions.td | 21 +++ lib/Transforms/Scalar/MergeICmps.cpp | 137 +++++++++++++++--- test/MC/AMDGPU/sop2.s | 156 +++++++++++++++------ test/MC/Disassembler/AMDGPU/sop2_gfx9.txt | 28 ++++ .../MergeICmps/X86/split-block-does-work.ll | 113 +++++++++++++++ test/Transforms/MergeICmps/X86/tuple-four-int8.ll | 24 ++-- 6 files changed, 407 insertions(+), 72 deletions(-) create mode 100644 test/MC/Disassembler/AMDGPU/sop2_gfx9.txt create mode 100644 test/Transforms/MergeICmps/X86/split-block-does-work.ll