This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 63d2ca4 [InstCombine][SSE] Regenerated x86 pshufb tests new 02cd01c AMDGPU/SI: Assembler: Unify parsing/printing of operands.
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/AsmParser/AMDGPUAsmParser.cpp | 462 ++++++++++---------- .../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 24 +- lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.h | 16 +- lib/Target/AMDGPU/SIInstrInfo.td | 485 +++++---------------- test/CodeGen/AMDGPU/captured-frame-index.ll | 6 +- test/CodeGen/AMDGPU/cgp-addressing-modes-flat.ll | 2 +- test/CodeGen/AMDGPU/cgp-addressing-modes.ll | 6 +- test/CodeGen/AMDGPU/ctpop.ll | 4 +- test/CodeGen/AMDGPU/fdiv.f64.ll | 4 +- test/CodeGen/AMDGPU/fmax3.f64.ll | 6 +- test/CodeGen/AMDGPU/global_atomics.ll | 104 ++--- test/CodeGen/AMDGPU/global_atomics_i64.ll | 80 ++-- test/CodeGen/AMDGPU/half.ll | 20 +- .../AMDGPU/invariant-load-no-alias-store.ll | 4 +- test/CodeGen/AMDGPU/llvm.SI.load.dword.ll | 2 +- test/CodeGen/AMDGPU/llvm.amdgcn.atomic.dec.ll | 16 +- test/CodeGen/AMDGPU/llvm.amdgcn.atomic.inc.ll | 16 +- test/CodeGen/AMDGPU/llvm.amdgcn.buffer.atomic.ll | 10 +- .../AMDGPU/llvm.amdgcn.buffer.load.format.ll | 22 +- test/CodeGen/AMDGPU/llvm.amdgcn.buffer.load.ll | 10 +- .../AMDGPU/llvm.amdgcn.buffer.store.format.ll | 8 +- test/CodeGen/AMDGPU/llvm.amdgcn.buffer.store.ll | 8 +- test/CodeGen/AMDGPU/merge-stores.ll | 40 +- test/CodeGen/AMDGPU/mubuf.ll | 20 +- test/CodeGen/AMDGPU/reduce-load-width-alignment.ll | 2 +- test/CodeGen/AMDGPU/schedule-global-loads.ll | 4 +- test/CodeGen/AMDGPU/si-triv-disjoint-mem-access.ll | 12 +- test/CodeGen/AMDGPU/subreg-coalescer-undef-use.ll | 2 +- test/CodeGen/AMDGPU/v_mac.ll | 6 +- .../vgpr-spill-emergency-stack-slot-compute.ll | 2 +- .../AMDGPU/vgpr-spill-emergency-stack-slot.ll | 4 +- test/MC/AMDGPU/ds-err.s | 6 +- test/MC/AMDGPU/mubuf.s | 205 +++++---- test/MC/AMDGPU/reg-syntax-extra.s | 6 +- test/MC/Disassembler/AMDGPU/mubuf_vi.txt | 68 +-- 35 files changed, 717 insertions(+), 975 deletions(-)