This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d6f9ab1 [X86][SSE41] Sync with clang/test/CodeGen/sse41-builtins.c new 7cea10a [X86][SSE42] Added fast-isel tests to sync with clang/test/Co [...] new da38a6d [WebAssembly] Don't expand divisions by constants.
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/WebAssembly/WebAssemblyISelLowering.cpp | 6 + lib/Target/WebAssembly/WebAssemblyISelLowering.h | 1 + test/CodeGen/WebAssembly/divrem-constant.ll | 62 ++++ .../X86/sse42-intrinsics-fast-isel-x86_64.ll | 26 ++ test/CodeGen/X86/sse42-intrinsics-fast-isel.ll | 385 +++++++++++++++++++++ 5 files changed, 480 insertions(+) create mode 100644 test/CodeGen/WebAssembly/divrem-constant.ll create mode 100644 test/CodeGen/X86/sse42-intrinsics-fast-isel-x86_64.ll create mode 100644 test/CodeGen/X86/sse42-intrinsics-fast-isel.ll