This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1f33a2e6f06 [asan] Use dynamic shadow on 32-bit Android, try 2. new 6bc93b9a3b2 [AMDGPU][MC][GFX8][GFX9] Corrected names of integer v_{add/ [...]
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/AMDGPUInstrInfo.cpp | 9 +- .../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 3 + lib/Target/AMDGPU/SIDefines.h | 2 +- lib/Target/AMDGPU/SIInstrFormats.td | 8 +- lib/Target/AMDGPU/SIInstructions.td | 44 ------ lib/Target/AMDGPU/VOP2Instructions.td | 165 +++++++++++++++------ lib/Target/AMDGPU/VOP3Instructions.td | 18 ++- test/CodeGen/AMDGPU/add.v2i16.ll | 4 +- test/CodeGen/AMDGPU/amdgcn.private-memory.ll | 2 +- .../AMDGPU/amdgpu-shader-calling-convention.ll | 2 +- test/CodeGen/AMDGPU/amdgpu.private-memory.ll | 2 +- test/CodeGen/AMDGPU/bfe-combine.ll | 8 +- test/CodeGen/AMDGPU/bfe-patterns.ll | 4 +- test/CodeGen/AMDGPU/byval-frame-setup.ll | 4 +- test/CodeGen/AMDGPU/ctlz.ll | 4 +- test/CodeGen/AMDGPU/ctlz_zero_undef.ll | 2 +- test/CodeGen/AMDGPU/ctpop64.ll | 2 +- test/CodeGen/AMDGPU/cvt_f32_ubyte.ll | 2 +- test/CodeGen/AMDGPU/ds-combine-large-stride.ll | 104 ++++++------- test/CodeGen/AMDGPU/fence-barrier.ll | 2 +- test/CodeGen/AMDGPU/function-args.ll | 10 +- test/CodeGen/AMDGPU/function-returns.ll | 132 ++++++++--------- test/CodeGen/AMDGPU/llvm.amdgcn.buffer.load.ll | 2 +- test/CodeGen/AMDGPU/llvm.amdgcn.init.exec.ll | 4 +- test/CodeGen/AMDGPU/llvm.amdgcn.sbfe.ll | 2 +- test/CodeGen/AMDGPU/llvm.amdgcn.ubfe.ll | 12 +- test/CodeGen/AMDGPU/pack.v2f16.ll | 2 +- test/CodeGen/AMDGPU/pack.v2i16.ll | 2 +- test/CodeGen/AMDGPU/rotl.i64.ll | 2 +- test/CodeGen/AMDGPU/rotr.i64.ll | 2 +- test/CodeGen/AMDGPU/saddo.ll | 2 +- test/CodeGen/AMDGPU/scratch-buffer.ll | 6 +- test/CodeGen/AMDGPU/sdiv.ll | 4 +- test/CodeGen/AMDGPU/sdwa-peephole.ll | 16 +- test/CodeGen/AMDGPU/sgpr-copy-duplicate-operand.ll | 2 +- test/CodeGen/AMDGPU/sgpr-copy.ll | 2 +- test/CodeGen/AMDGPU/shl-add-to-add-shl.ll | 6 +- test/CodeGen/AMDGPU/shl_add_ptr.ll | 10 +- test/CodeGen/AMDGPU/shrink-add-sub-constant.ll | 20 +-- test/CodeGen/AMDGPU/sibling-call.ll | 12 +- test/CodeGen/AMDGPU/sminmax.ll | 30 ++-- test/CodeGen/AMDGPU/sminmax.v2i16.ll | 8 +- test/CodeGen/AMDGPU/smrd.ll | 2 +- test/CodeGen/AMDGPU/srem.ll | 2 +- test/CodeGen/AMDGPU/ssubo.ll | 2 +- test/CodeGen/AMDGPU/store-hi16.ll | 22 +-- test/CodeGen/AMDGPU/sub.v2i16.ll | 4 +- test/CodeGen/AMDGPU/uaddo.ll | 8 +- test/CodeGen/AMDGPU/udivrem.ll | 102 ++++++------- test/CodeGen/AMDGPU/uint_to_fp.i64.ll | 4 +- test/CodeGen/AMDGPU/uniform-cfg.ll | 2 +- test/CodeGen/AMDGPU/urem.ll | 4 +- test/CodeGen/AMDGPU/usubo.ll | 8 +- test/CodeGen/AMDGPU/vop-shrink.ll | 2 +- test/CodeGen/AMDGPU/wqm.ll | 4 +- test/MC/AMDGPU/add-sub-no-carry.s | 72 ++++----- test/MC/AMDGPU/regression/bug28413.s | 8 - test/MC/AMDGPU/vop2.s | 44 +++--- test/MC/AMDGPU/vop_dpp.s | 54 +++++-- test/MC/AMDGPU/vop_sdwa.s | 54 +++++-- test/MC/Disassembler/AMDGPU/vop2_vi.txt | 28 ++-- test/Object/AMDGPU/objdump.s | 8 +- test/tools/llvm-objdump/AMDGPU/source-lines.ll | 4 +- 63 files changed, 611 insertions(+), 506 deletions(-)