This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c58d273d61c llvm-isel-fuzzer: Add link-time dependency on BitWriter new 6a29a225d2c AMDGPU: Add most d16 load/store instruction definitions new 01b6128d903 LiveIntervalAnalysis: Fix alias regunit reserved definition new 757642511df AMDGPU: Add ds_{read|write}_addtid_b32 definitions
The 3 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/MachineRegisterInfo.h | 8 +++ lib/CodeGen/LiveIntervalAnalysis.cpp | 10 ++-- lib/CodeGen/MachineRegisterInfo.cpp | 18 +++++++ lib/CodeGen/MachineVerifier.cpp | 2 + lib/Target/AMDGPU/AMDGPU.td | 5 ++ lib/Target/AMDGPU/AMDGPUSubtarget.h | 4 ++ lib/Target/AMDGPU/BUFInstructions.td | 45 ++++++++++++++++ lib/Target/AMDGPU/DSInstructions.td | 35 ++++++++++++ lib/Target/AMDGPU/FLATInstructions.td | 86 ++++++++++++++++++++++++------ test/CodeGen/ARM/no-fpscr-liveness.ll | 49 +++++++++++++++++ test/MC/AMDGPU/ds-gfx9.s | 42 +++++++++++++++ test/MC/AMDGPU/flat-gfx9.s | 32 +++++++++++ test/MC/AMDGPU/flat-global.s | 32 +++++++++++ test/MC/AMDGPU/flat-scratch-instructions.s | 32 +++++++++++ test/MC/AMDGPU/mubuf-gfx9.s | 34 ++++++++++++ 15 files changed, 416 insertions(+), 18 deletions(-) create mode 100644 test/CodeGen/ARM/no-fpscr-liveness.ll create mode 100644 test/MC/AMDGPU/ds-gfx9.s create mode 100644 test/MC/AMDGPU/mubuf-gfx9.s