This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 39fad26 Align cost model columns. NFCI. new 71148e9 [Mips] Add support to match more patterns for DEXT and CINS new 5241875 [X86][SSE] Fixed shuffle MOVSS/MOVSD combining of all zeroabl [...]
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/Mips/Mips64InstrInfo.td | 63 ++++++++---- lib/Target/Mips/MipsISelLowering.cpp | 142 +++++++++++++++++++++++----- lib/Target/Mips/MipsISelLowering.h | 1 + lib/Target/Mips/MipsInstrInfo.td | 5 + lib/Target/Mips/MipsSEISelLowering.cpp | 3 +- lib/Target/X86/X86ISelLowering.cpp | 9 +- test/CodeGen/Mips/cins.ll | 92 ++++++++++++++++++ test/CodeGen/Mips/dext.ll | 105 ++++++++++++++++++++ test/CodeGen/Mips/load-store-left-right.ll | 93 +++++++++++++++++- test/CodeGen/Mips/mips64-f128.ll | 48 ++++++---- test/CodeGen/X86/shuffle-combine-crash-2.ll | 20 ++++ test/MC/Mips/sext_64_32.ll | 3 +- 12 files changed, 516 insertions(+), 68 deletions(-) create mode 100644 test/CodeGen/Mips/cins.ll create mode 100644 test/CodeGen/Mips/dext.ll create mode 100644 test/CodeGen/X86/shuffle-combine-crash-2.ll