This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 12648b2a06e [WebAssembly] Renumber SIMD bitwise instructions new 301a636e639 [X86] Add -x86-experimental-vector-widening-legalization ve [...] new 02d063949d2 [X86] Add some custom type legalization rules for truncate [...]
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 | 64 +++ test/CodeGen/X86/avx512-cvt-widen.ll | 3 +- ...-trunc-128.ll => shuffle-vs-trunc-128-widen.ll} | 179 ++------ ...-trunc-256.ll => shuffle-vs-trunc-256-widen.ll} | 450 ++++++++++----------- ...-trunc-512.ll => shuffle-vs-trunc-512-widen.ll} | 38 +- test/CodeGen/X86/vector-trunc-packus-widen.ll | 105 +---- test/CodeGen/X86/vector-trunc-ssat-widen.ll | 100 +---- test/CodeGen/X86/vector-trunc-usat-widen.ll | 95 +---- test/CodeGen/X86/vector-trunc-widen.ll | 363 ++++------------- 9 files changed, 443 insertions(+), 954 deletions(-) copy test/CodeGen/X86/{shuffle-vs-trunc-128.ll => shuffle-vs-trunc-128-widen.ll} (75%) copy test/CodeGen/X86/{shuffle-vs-trunc-256.ll => shuffle-vs-trunc-256-widen.ll} (77%) copy test/CodeGen/X86/{shuffle-vs-trunc-512.ll => shuffle-vs-trunc-512-widen.ll} (95%)