This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7e1d1537d39 [DAGCombiner] protect against an infinite loop between shl [...] new 7ebf60fab48 [AMDGPU][MC][GFX9] Corrected encoding of ttmp registers, di [...] new 8e6aca91b2e [X86] Add SETCC/STC/STD/UD2 schedule tests
The 2 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 | 19 + .../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 56 ++- .../AMDGPU/Disassembler/AMDGPUDisassembler.h | 7 +- .../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 10 - lib/Target/AMDGPU/SIDefines.h | 8 +- lib/Target/AMDGPU/SIRegisterInfo.cpp | 2 + lib/Target/AMDGPU/SIRegisterInfo.td | 49 +- lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 82 ++-- test/CodeGen/X86/schedule-x86_64.ll | 544 ++++++++++++++++++++- test/MC/AMDGPU/literalv216-err.s | 2 +- test/MC/AMDGPU/trap.s | 83 +++- test/MC/AMDGPU/vop1-gfx9-err.s | 2 +- test/MC/AMDGPU/vop_sdwa.s | 35 ++ test/MC/Disassembler/AMDGPU/sdwa_gfx9.txt | 9 + test/MC/Disassembler/AMDGPU/trap_gfx9.txt | 109 +++++ 15 files changed, 937 insertions(+), 80 deletions(-) create mode 100644 test/MC/Disassembler/AMDGPU/trap_gfx9.txt