This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 40cf40220cc Clean up MSVC visualization of LLVM pointer types new 20a68803919 [X86] Add MOVHPDrm/MOVLPDrm patterns that use VZEXT_LOAD. new e03609b17c8 [X86] Add some additional load folding tests to vec_int_to_ [...] new 59a3445a99a [X86] Add a DAG combine to replace vector loads feeding a v [...] new 6936c0c6ad8 [X86] Improve the type checking fast-isel handling of vecto [...]
The 4 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/X86FastISel.cpp | 21 +- lib/Target/X86/X86ISelLowering.cpp | 28 + lib/Target/X86/X86InstrAVX512.td | 22 + lib/Target/X86/X86InstrSSE.td | 12 + test/CodeGen/X86/merge-consecutive-loads-128.ll | 3 +- test/CodeGen/X86/pr42452.ll | 37 ++ test/CodeGen/X86/vec_int_to_fp-widen.ll | 794 +++++++++++++++++++----- test/CodeGen/X86/vec_int_to_fp.ll | 472 +++++++++----- 8 files changed, 1074 insertions(+), 315 deletions(-) create mode 100644 test/CodeGen/X86/pr42452.ll