This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0df875d [X86] Fix some isel patterns to remove an operand from some m [...] new f940424 [X86][XOP] Support for VPERMIL2PD/VPERMIL2PS 2-input shuffle [...]
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: include/llvm/IR/IntrinsicsX86.td | 8 +-- lib/IR/AutoUpgrade.cpp | 35 +++++++++++ lib/Target/X86/X86ISelLowering.cpp | 1 + lib/Target/X86/X86ISelLowering.h | 2 + lib/Target/X86/X86InstrFragmentsSIMD.td | 7 ++- lib/Target/X86/X86InstrXOP.td | 42 ++++++++----- lib/Target/X86/X86IntrinsicsInfo.h | 4 ++ test/CodeGen/X86/stack-folding-xop.ll | 40 ++++++------ test/CodeGen/X86/vector-shuffle-combining-xop.ll | 40 ++++++------ test/CodeGen/X86/xop-intrinsics-x86_64-upgrade.ll | 76 +++++++++++++++++++++++ test/CodeGen/X86/xop-intrinsics-x86_64.ll | 44 ++++++------- 11 files changed, 214 insertions(+), 85 deletions(-)