This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2090ec980a8 [AMDGPU] gfx1010 constant bus limit new ffc5401cfb9 [AMDGPU] gfx1010 allows VOP3 to have a literal
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.td | 13 +- lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 74 +++++++-- .../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 8 + lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp | 5 + lib/Target/AMDGPU/SIFoldOperands.cpp | 13 +- lib/Target/AMDGPU/SIInstrInfo.cpp | 60 ++++--- lib/Target/AMDGPU/SIInstrInfo.td | 20 +-- test/CodeGen/AMDGPU/pk_max_f16_literal.ll | 62 +++++++- test/MC/AMDGPU/expressions.s | 22 ++- test/MC/AMDGPU/gfx10-constant-bus.s | 35 ++++ test/MC/AMDGPU/literals.s | 20 +-- test/MC/AMDGPU/literalv216-err.s | 18 +-- test/MC/AMDGPU/literalv216.s | 176 ++++++++++++++++++++- test/MC/AMDGPU/reloc.s | 17 +- test/MC/AMDGPU/vop2-err.s | 6 +- test/MC/AMDGPU/vop3-errs.s | 2 +- test/MC/Disassembler/AMDGPU/literalv216_gfx10.txt | 149 +++++++++++++++++ test/MC/Disassembler/AMDGPU/vop3-literal.txt | 49 ++++++ 18 files changed, 629 insertions(+), 120 deletions(-) create mode 100644 test/MC/AMDGPU/gfx10-constant-bus.s create mode 100644 test/MC/Disassembler/AMDGPU/literalv216_gfx10.txt create mode 100644 test/MC/Disassembler/AMDGPU/vop3-literal.txt