This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2ca79fdeeec [WebAssembly] Update CodeGen test expectations after rL354697. NFC new 483b6a88f82 [X86] Add a few test cases for a v8i64 sext/zext from an il [...] new 4c3f72beaa9 [X86] Enable custom splitting of v8i64/v16i32 sext/zext for [...] new d51db1a7227 [LegalizeTypes] Use PromoteTargetBoolean in PromoteIntOp_AD [...]
The 3 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/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 14 +- lib/Target/X86/X86ISelLowering.cpp | 35 ++- test/CodeGen/X86/vec_saddo.ll | 90 ++++---- test/CodeGen/X86/vec_smulo.ll | 92 ++++---- test/CodeGen/X86/vec_ssubo.ll | 90 ++++---- test/CodeGen/X86/vec_uaddo.ll | 56 ++--- test/CodeGen/X86/vec_umulo.ll | 84 ++++--- test/CodeGen/X86/vec_usubo.ll | 56 ++--- test/CodeGen/X86/vector-sext-widen.ll | 260 ++++++++++++++++++++++ test/CodeGen/X86/vector-sext.ll | 260 ++++++++++++++++++++++ test/CodeGen/X86/vector-zext-widen.ll | 109 +++++++++ test/CodeGen/X86/vector-zext.ll | 109 +++++++++ 12 files changed, 972 insertions(+), 283 deletions(-)