This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a4e4156 AMDGPU: Support inlineasm for packed instructions new e9bce87 [X86][SSE] Attempt to extract vector elements through target [...] new 563a987 AMDGPU: Add some of the new gfx9 VOP3 instructions
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 15 + lib/Target/AMDGPU/VOP3Instructions.td | 12 + lib/Target/X86/X86ISelLowering.cpp | 97 ++++ test/CodeGen/X86/2011-12-8-bitcastintprom.ll | 1 - test/CodeGen/X86/dagcombine-cse.ll | 2 - test/CodeGen/X86/oddshuffles.ll | 28 +- test/CodeGen/X86/promote-vec3.ll | 4 +- test/CodeGen/X86/vec_extract-mmx.ll | 12 +- test/CodeGen/X86/vec_shift7.ll | 11 +- test/CodeGen/X86/vector-compare-results.ll | 820 +++++++++++++-------------- test/CodeGen/X86/widen_conv-1.ll | 4 - test/CodeGen/X86/widen_load-2.ll | 22 +- test/MC/AMDGPU/vop3-gfx9.s | 32 ++ 13 files changed, 570 insertions(+), 490 deletions(-) create mode 100644 test/MC/AMDGPU/vop3-gfx9.s