This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_39 in repository llvm.
from cd00acd Back-port r276209: ------------------------------------------ [...] new 7230d55 Merging r275981 and r276740: -------------------------------- [...]
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: include/llvm/IR/IntrinsicsX86.td | 6 +++ lib/Analysis/ConstantFolding.cpp | 19 ++++---- lib/IR/AutoUpgrade.cpp | 8 ---- lib/Target/X86/X86InstrSSE.td | 35 ++++++++++---- test/CodeGen/X86/avx-intrinsics-fast-isel.ll | 6 ++- test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll | 25 +--------- test/CodeGen/X86/avx-intrinsics-x86.ll | 37 +++++++++++++- .../CodeGen/X86/sse-intrinsics-fast-isel-x86_64.ll | 11 ++--- test/CodeGen/X86/sse-intrinsics-fast-isel.ll | 18 +++---- .../X86/sse2-intrinsics-fast-isel-x86_64.ll | 11 ++--- test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 40 ++++++++++++++-- test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll | 13 +---- test/CodeGen/X86/sse2-intrinsics-x86.ll | 56 +++++++++++++++++++++- test/Transforms/ConstProp/calls.ll | 8 ++-- 14 files changed, 196 insertions(+), 97 deletions(-)