This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8f61a6eb1f6 [DAGCombiner] use narrow vector ops to eliminate concat/ext [...] new f0ed1790a61 [AMDGPU] SDWA: add disassembler support for GFX9
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: .../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 93 +++- .../AMDGPU/Disassembler/AMDGPUDisassembler.h | 5 + lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp | 12 +- lib/Target/AMDGPU/SIDefines.h | 15 +- lib/Target/AMDGPU/SIInstrInfo.td | 19 +- test/MC/Disassembler/AMDGPU/sdwa_gfx9.txt | 477 +++++++++++++++++++++ 6 files changed, 590 insertions(+), 31 deletions(-) create mode 100644 test/MC/Disassembler/AMDGPU/sdwa_gfx9.txt