This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c1ddded1a53 Test commit: remove trailing whitespace new 261c19cd7cf [LoopInfo][FIX] Remove leftover dump in unit test new 3ed903a2040 [GlobalISel] Lower dbg.declare into indirect DBG_VALUE new 451b5b8c5a8 [CallSiteSplitting] Add debug location to created PHI nodes. new b4dab097da6 [InstCombine] Fix incorrect usage of getPrimitiveSizeInBits [...] new a6d74e3c8c9 [X86] Teach X86FastISel::X86SelectRet to use EAX for the sr [...] new 8282b33d9e8 [X86] Prefer unpckhpd over movhlps in isel for fake unary cases
The 6 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/GlobalISel/IRTranslator.cpp | 9 +- lib/Target/X86/X86FastISel.cpp | 2 +- lib/Target/X86/X86InstrSSE.td | 13 --- .../InstCombine/InstCombineMulDivRem.cpp | 3 +- lib/Transforms/Scalar/CallSiteSplitting.cpp | 5 +- test/CodeGen/AArch64/GlobalISel/debug-cpp.ll | 67 +++++++++++++++ test/CodeGen/AArch64/GlobalISel/debug-insts.ll | 4 +- test/CodeGen/X86/buildvec-insertvec.ll | 2 +- test/CodeGen/X86/combine-fcopysign.ll | 6 +- test/CodeGen/X86/complex-fastmath.ll | 16 ++-- test/CodeGen/X86/ftrunc.ll | 26 +++--- test/CodeGen/X86/haddsub-2.ll | 12 +-- test/CodeGen/X86/haddsub-3.ll | 4 +- test/CodeGen/X86/haddsub-undef.ll | 6 +- test/CodeGen/X86/pr11334.ll | 2 +- test/CodeGen/X86/pr38865-2.ll | 23 ++++++ test/CodeGen/X86/sse3-avx-addsub-2.ll | 4 +- test/CodeGen/X86/vec_fp_to_int.ll | 6 +- .../X86/vector-constrained-fp-intrinsics.ll | 10 +-- test/CodeGen/X86/vector-reduce-fadd-fast.ll | 66 +++++++-------- test/CodeGen/X86/vector-reduce-fadd.ll | 84 +++++++++---------- test/CodeGen/X86/vector-reduce-fmax-nnan.ll | 22 ++--- test/CodeGen/X86/vector-reduce-fmax.ll | 22 ++--- test/CodeGen/X86/vector-reduce-fmin-nnan.ll | 22 ++--- test/CodeGen/X86/vector-reduce-fmin.ll | 22 ++--- test/CodeGen/X86/vector-reduce-fmul-fast.ll | 66 +++++++-------- test/CodeGen/X86/vector-reduce-fmul.ll | 96 +++++++++++----------- test/CodeGen/X86/widen_conv-3.ll | 2 +- test/CodeGen/X86/widen_conv-4.ll | 4 +- .../callsite-split-preserve-debug.ll | 85 +++++++++++++++++++ test/Transforms/InstCombine/mul.ll | 2 +- unittests/Analysis/LoopInfoTest.cpp | 1 - 32 files changed, 439 insertions(+), 275 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/debug-cpp.ll create mode 100644 test/CodeGen/X86/pr38865-2.ll create mode 100644 test/Transforms/CallSiteSplitting/callsite-split-preserve-debug.ll