This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0ae4a51971e gn build: Merge r362766 new 485262e3e55 [x86] narrow extract subvector of vector select
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 | 52 ++ test/CodeGen/X86/horizontal-reduce-smax.ll | 54 +- test/CodeGen/X86/horizontal-reduce-smin.ll | 46 +- test/CodeGen/X86/horizontal-reduce-umax.ll | 100 ++- test/CodeGen/X86/horizontal-reduce-umin.ll | 112 ++-- test/CodeGen/X86/masked_store_trunc_ssat.ll | 230 +++---- test/CodeGen/X86/masked_store_trunc_usat.ll | 183 +++--- test/CodeGen/X86/midpoint-int-vec-256.ll | 898 ++++++++++++-------------- test/CodeGen/X86/psubus.ll | 40 +- test/CodeGen/X86/uadd_sat_vec.ll | 79 ++- test/CodeGen/X86/usub_sat_vec.ll | 47 +- test/CodeGen/X86/vector-reduce-smax-widen.ll | 64 +- test/CodeGen/X86/vector-reduce-smax.ll | 64 +- test/CodeGen/X86/vector-reduce-smin-widen.ll | 62 +- test/CodeGen/X86/vector-reduce-smin.ll | 62 +- test/CodeGen/X86/vector-reduce-umax-widen.ll | 116 ++-- test/CodeGen/X86/vector-reduce-umax.ll | 116 ++-- test/CodeGen/X86/vector-reduce-umin-widen.ll | 122 ++-- test/CodeGen/X86/vector-reduce-umin.ll | 122 ++-- test/CodeGen/X86/vector-trunc-packus-widen.ll | 285 ++++---- test/CodeGen/X86/vector-trunc-packus.ll | 285 ++++---- test/CodeGen/X86/vector-trunc-ssat-widen.ll | 304 ++++----- test/CodeGen/X86/vector-trunc-ssat.ll | 302 ++++----- test/CodeGen/X86/vector-trunc-usat-widen.ll | 237 ++++--- test/CodeGen/X86/vector-trunc-usat.ll | 237 ++++--- 25 files changed, 1981 insertions(+), 2238 deletions(-)