This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9bfa082a976 [FileCheck] fixing docs buildbot - use proper code-block type new 01a109e15c6 [X86] Add more tests for -x86-experimental-vector-widening- [...]
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: .../X86/{avx512-cvt.ll => avx512-cvt-widen.ll} | 1259 +---- test/CodeGen/X86/avx512-cvt.ll | 1124 ---- test/CodeGen/X86/shrink_vmul-widen.ll | 2730 ++++++++++ .../{vec_fp_to_int.ll => vec_fp_to_int-widen.ll} | 1434 ++--- test/CodeGen/X86/vec_fp_to_int.ll | 586 -- test/CodeGen/X86/vec_int_to_fp-widen.ll | 5565 +++++++++++++++++++ test/CodeGen/X86/vector-sext-widen.ll | 5095 ++++++++++++++++++ test/CodeGen/X86/vector-trunc-math-widen.ll | 5690 ++++++++++++++++++++ test/CodeGen/X86/vector-trunc-packus-widen.ll | 3306 ++++++++++++ test/CodeGen/X86/vector-trunc-ssat-widen.ll | 3243 +++++++++++ test/CodeGen/X86/vector-trunc-usat-widen.ll | 2587 +++++++++ test/CodeGen/X86/vector-trunc-widen.ll | 2223 ++++++++ test/CodeGen/X86/vector-zext-widen.ll | 2294 ++++++++ 13 files changed, 33214 insertions(+), 3922 deletions(-) copy test/CodeGen/X86/{avx512-cvt.ll => avx512-cvt-widen.ll} (61%) create mode 100644 test/CodeGen/X86/shrink_vmul-widen.ll copy test/CodeGen/X86/{vec_fp_to_int.ll => vec_fp_to_int-widen.ll} (67%) create mode 100644 test/CodeGen/X86/vec_int_to_fp-widen.ll create mode 100644 test/CodeGen/X86/vector-sext-widen.ll create mode 100644 test/CodeGen/X86/vector-trunc-math-widen.ll create mode 100644 test/CodeGen/X86/vector-trunc-packus-widen.ll create mode 100644 test/CodeGen/X86/vector-trunc-ssat-widen.ll create mode 100644 test/CodeGen/X86/vector-trunc-usat-widen.ll create mode 100644 test/CodeGen/X86/vector-trunc-widen.ll create mode 100644 test/CodeGen/X86/vector-zext-widen.ll