This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fbd12bb [AMDGPU] AMDGPUCodeGenPrepare: remove extra ';' new 64cb991 [X86][SSE] Tidied up tests - use standard check prefixes new a7de0c7 [AMDGPU] Assembler: support v_mac_f32 DPP and SDWA. Move getN [...] new 5cbeeed Only track physical registers in LivePhysRegs
The 3 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/CodeGen/LivePhysRegs.cpp | 6 +- lib/Target/AMDGPU/AMDGPUInstrInfo.cpp | 1 - lib/Target/AMDGPU/AMDGPUInstrInfo.h | 8 +- lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 126 +++++++++++++++------ .../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 24 ++-- lib/Target/AMDGPU/SIDefines.h | 20 ++++ lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 6 + lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h | 7 ++ lib/Target/AMDGPU/VOP2Instructions.td | 1 + test/CodeGen/X86/promote-vec3.ll | 114 +++++++++---------- test/MC/AMDGPU/vop3.s | 20 +++- test/MC/AMDGPU/vop_dpp.s | 13 ++- test/MC/AMDGPU/vop_sdwa.s | 20 +++- 13 files changed, 245 insertions(+), 121 deletions(-)