This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ef0e051c6d0 [X86] CombineShuffleWithExtract - only require 1 source to [...] new 3c357a49a3d [AMDGPU][MC] Enabled constant expressions as operands of sendmsg
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/AsmParser/AMDGPUAsmParser.cpp | 256 +++++++-------------- .../AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp | 57 ++--- lib/Target/AMDGPU/SIDefines.h | 13 +- lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 108 +++++++++ lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h | 42 ++++ test/CodeGen/AMDGPU/llvm.amdgcn.sendmsg.ll | 2 +- test/MC/AMDGPU/sopp-err.s | 103 ++++++--- test/MC/AMDGPU/sopp.s | 126 ++++++++-- test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt | 4 +- test/MC/Disassembler/AMDGPU/sopp_vi.txt | 23 +- 10 files changed, 466 insertions(+), 268 deletions(-)