This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cf10b736fb9 CFLAA: return MustAlias when pointers p, q are equal, i.e., [...] new cb7edc0ee99 [AMDGPU][MC][GFX9] Added 16-bit renamed and "_legacy" VALU opcodes
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 | 7 +- .../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 3 + lib/Target/AMDGPU/SIDefines.h | 3 +- lib/Target/AMDGPU/SIInstrFormats.td | 5 + lib/Target/AMDGPU/SIInstrInfo.td | 7 +- lib/Target/AMDGPU/VOP3Instructions.td | 70 +++++++++-- test/MC/AMDGPU/vop3-gfx9.s | 132 ++++++++++++++++++++ test/MC/AMDGPU/vop3.s | 82 +++++++++++++ test/MC/Disassembler/AMDGPU/vop3_gfx9.txt | 133 +++++++++++++++++++++ test/MC/Disassembler/AMDGPU/vop3_vi.txt | 66 ++++++++++ 10 files changed, 492 insertions(+), 16 deletions(-) create mode 100644 test/MC/Disassembler/AMDGPU/vop3_gfx9.txt