This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1ab1308 Upgrade all the .arcconfigs to https. new ce80415 [mips] SelectionDAGISel subclasses now follow the optimizatio [...] new 3c493e7 [X86][AVX2] Allow VPERMPD/VPERMQ shuffles to call combineShuffle new 6c0d1b7 Remove trailing whitespace.
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/Target/Mips/Mips16ISelDAGToDAG.cpp | 5 +++-- lib/Target/Mips/Mips16ISelDAGToDAG.h | 6 ++++-- lib/Target/Mips/MipsISelDAGToDAG.h | 4 ++-- lib/Target/Mips/MipsSEISelDAGToDAG.cpp | 5 +++-- lib/Target/Mips/MipsSEISelDAGToDAG.h | 7 ++++--- lib/Target/Mips/MipsTargetMachine.cpp | 4 ++-- lib/Target/X86/X86ISelLowering.cpp | 3 ++- test/CodeGen/Mips/selectiondag-optlevel.ll | 22 ++++++++++++++++++++++ test/CodeGen/X86/avx-vperm2x128.ll | 4 ++-- test/CodeGen/X86/avx2-intrinsics-fast-isel.ll | 2 +- test/CodeGen/X86/vector-shuffle-256-v16.ll | 14 +++++++------- test/CodeGen/X86/vector-shuffle-256-v32.ll | 12 ++++++------ test/CodeGen/X86/vector-shuffle-256-v8.ll | 4 ++-- 13 files changed, 60 insertions(+), 32 deletions(-) create mode 100644 test/CodeGen/Mips/selectiondag-optlevel.ll