This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9cbd609 [FileCheck] Fix comment in ReadCheckFile new 06557aa [X86][SSE] Add support for combining target shuffles to SHUFPS. new 1a2b5e0 [X86] [AVX512] Minor fix in encoding of scalar EVEX instructi [...]
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/X86/X86ISelLowering.cpp | 110 ++++++++++++++++++++++- lib/Target/X86/X86InstrAVX512.td | 5 +- test/CodeGen/X86/avx512-cvt.ll | 3 +- test/CodeGen/X86/extractelement-load.ll | 2 +- test/CodeGen/X86/lower-bitcast.ll | 2 +- test/CodeGen/X86/merge-consecutive-loads-128.ll | 35 +++----- test/CodeGen/X86/oddshuffles.ll | 76 ++++++++-------- test/CodeGen/X86/pr30511.ll | 2 +- test/CodeGen/X86/vec_extract-mmx.ll | 16 ++-- test/CodeGen/X86/vec_int_to_fp.ll | 36 +++----- test/CodeGen/X86/vector-shuffle-128-v4.ll | 20 +++-- test/CodeGen/X86/vector-shuffle-combining-xop.ll | 8 +- test/CodeGen/X86/vector-shuffle-mmx.ll | 6 +- test/MC/X86/avx512-encodings.s | 36 ++++---- test/MC/X86/intel-syntax-avx512.s | 36 ++++---- 15 files changed, 239 insertions(+), 154 deletions(-)