This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3f9585ca98a [SystemZ] Add decimal integer instructions new 200b7a02e74 [GlobalISel][X86] Split test file. NFC new 0e72980cc25 [AMDGPU][MC] Corrected v_madak/madmk to avoid printing "_e3 [...] new 344c4f286cb [SystemZ] Implement getRepRegClassFor() new f45bea4a62d [IfConversion] Add missing check in IfConversion/canFallThroughTo new 80d9dea5491 [DAGCombiner] Dropped explicit (sra 0, x) -> 0 and (sra -1, [...]
The 5 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/CodeGen/IfConversion.cpp | 3 +- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 8 +--- lib/Target/AMDGPU/VOP2Instructions.td | 18 ++++--- lib/Target/SystemZ/SystemZISelLowering.cpp | 9 ++++ lib/Target/SystemZ/SystemZISelLowering.h | 2 + test/CodeGen/AMDGPU/madak.ll | 6 +-- test/CodeGen/AMDGPU/v_madak_f16.ll | 2 +- test/CodeGen/MIR/ARM/ifcvt_canFallThroughTo.mir | 64 +++++++++++++++++++++++++ test/CodeGen/SystemZ/list-ilp-crash.ll | 23 +++++++++ test/CodeGen/X86/GlobalISel/add-scalar.ll | 44 +++++++++++++++++ test/CodeGen/X86/GlobalISel/binop.ll | 42 ---------------- test/MC/AMDGPU/literal16.s | 8 ++-- test/MC/AMDGPU/vop2.s | 16 +++---- test/MC/Disassembler/AMDGPU/literal16_vi.txt | 6 +-- test/MC/Disassembler/AMDGPU/vop2_vi.txt | 8 ++-- 15 files changed, 181 insertions(+), 78 deletions(-) create mode 100644 test/CodeGen/MIR/ARM/ifcvt_canFallThroughTo.mir create mode 100644 test/CodeGen/SystemZ/list-ilp-crash.ll create mode 100644 test/CodeGen/X86/GlobalISel/add-scalar.ll