This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9c770381b99 [DI] Every DIGlobalVariable should have a type. new b148872e50c [CostModel][X86][XOP] Improve costs for XOP shuffles new 600899c8711 [AMDGPU][MC][GFX9] Added integer clamping support for VOP3 opcodes
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/AMDGPU.td | 14 ++- lib/Target/AMDGPU/AMDGPUInstructions.td | 10 ++- lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 1 + lib/Target/AMDGPU/AMDGPUSubtarget.h | 5 ++ lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 24 +++++ lib/Target/AMDGPU/SIDefines.h | 3 +- lib/Target/AMDGPU/SIInstrFormats.td | 5 ++ lib/Target/AMDGPU/SIInstrInfo.td | 25 ++++-- lib/Target/AMDGPU/SIInstructions.td | 8 +- lib/Target/AMDGPU/VOP1Instructions.td | 2 +- lib/Target/AMDGPU/VOP2Instructions.td | 8 +- lib/Target/AMDGPU/VOP3Instructions.td | 104 +++++++++++++++++----- lib/Target/AMDGPU/VOPInstructions.td | 2 +- lib/Target/X86/X86TargetTransformInfo.cpp | 22 +++++ test/Analysis/CostModel/X86/shuffle-single-src.ll | 22 +++++ test/Analysis/CostModel/X86/shuffle-two-src.ll | 24 +++++ test/MC/AMDGPU/vop3-gfx9.s | 12 +++ test/MC/AMDGPU/vop3.s | 52 +++++++++++ test/MC/Disassembler/AMDGPU/vop3_gfx9.txt | 92 ++++++++++--------- test/MC/Disassembler/AMDGPU/vop3_vi.txt | 36 ++++++++ 20 files changed, 386 insertions(+), 85 deletions(-)