This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cf72104 Fixed line endings new 54eb8ad [X86][SSE] Allow folding of store/zext with PEXTRW of 0'th element
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: lib/Target/X86/X86ISelLowering.cpp | 21 +++++++--- test/CodeGen/X86/2011-12-8-bitcastintprom.ll | 3 +- test/CodeGen/X86/avx512-trunc.ll | 3 +- test/CodeGen/X86/extract-store.ll | 18 +++++---- test/CodeGen/X86/lower-vec-shift-2.ll | 9 ++--- test/CodeGen/X86/masked_memop.ll | 60 ++++++++++------------------ test/CodeGen/X86/trunc-ext-ld-st.ll | 3 +- test/CodeGen/X86/vector-shift-ashr-128.ll | 6 +-- test/CodeGen/X86/vector-shift-ashr-256.ll | 15 +++---- test/CodeGen/X86/vector-shift-ashr-512.ll | 6 +-- test/CodeGen/X86/vector-shift-lshr-128.ll | 6 +-- test/CodeGen/X86/vector-shift-lshr-256.ll | 15 +++---- test/CodeGen/X86/vector-shift-lshr-512.ll | 6 +-- test/CodeGen/X86/vector-shift-shl-128.ll | 6 +-- test/CodeGen/X86/vector-shift-shl-256.ll | 15 +++---- test/CodeGen/X86/vector-shift-shl-512.ll | 6 +-- test/CodeGen/X86/widen_conv-1.ll | 6 +-- test/CodeGen/X86/widen_load-2.ll | 12 ++---- 18 files changed, 85 insertions(+), 131 deletions(-)