This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 020d70964c6 [X86] Recognize constant splats in LowerFCOPYSIGN. new f3ae95d632a [X86] Force floating point values in constant pool decoding [...]
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: lib/Target/X86/X86MCInstLower.cpp | 3 +- test/CodeGen/X86/2011-10-19-widen_vselect.ll | 4 +- test/CodeGen/X86/2011-20-21-zext-ui2fp.ll | 2 +- test/CodeGen/X86/avx-basic.ll | 2 +- test/CodeGen/X86/avx-vbroadcast.ll | 4 +- test/CodeGen/X86/avx-vperm2x128.ll | 8 +- test/CodeGen/X86/avx2-fma-fneg-combine.ll | 4 +- test/CodeGen/X86/avx2-vbroadcast.ll | 8 +- test/CodeGen/X86/avx512-arith.ll | 6 +- test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 16 +- test/CodeGen/X86/broadcast-elm-cross-splat-vec.ll | 84 +++++------ test/CodeGen/X86/buildvec-insertvec.ll | 2 +- test/CodeGen/X86/combine-fabs.ll | 4 +- test/CodeGen/X86/combine-fcopysign.ll | 22 +-- test/CodeGen/X86/cvtv2f32.ll | 8 +- test/CodeGen/X86/fma-fneg-combine.ll | 2 +- test/CodeGen/X86/fma-intrinsics-fast-isel.ll | 8 +- test/CodeGen/X86/fma_patterns.ll | 60 ++++---- test/CodeGen/X86/fma_patterns_wide.ll | 72 ++++----- test/CodeGen/X86/fmul-combines.ll | 4 +- test/CodeGen/X86/fold-vector-trunc-sitofp.ll | 2 +- test/CodeGen/X86/insert-into-constant-vector.ll | 68 ++++----- test/CodeGen/X86/packss.ll | 2 +- test/CodeGen/X86/pow.ll | 4 +- test/CodeGen/X86/pr2656.ll | 2 +- test/CodeGen/X86/pr38639.ll | 4 +- test/CodeGen/X86/recip-fastmath.ll | 164 ++++++++++----------- test/CodeGen/X86/recip-fastmath2.ll | 162 ++++++++++---------- test/CodeGen/X86/select_const.ll | 4 +- test/CodeGen/X86/splat-for-size.ll | 8 +- test/CodeGen/X86/sqrt-fastmath.ll | 44 +++--- test/CodeGen/X86/sse2.ll | 4 +- test/CodeGen/X86/subvector-broadcast.ll | 8 +- test/CodeGen/X86/v4f32-immediate.ll | 4 +- test/CodeGen/X86/vec_cast3.ll | 4 +- test/CodeGen/X86/vec_floor.ll | 36 ++--- test/CodeGen/X86/vec_fp_to_int.ll | 8 +- test/CodeGen/X86/vec_fpext.ll | 12 +- test/CodeGen/X86/vec_int_to_fp.ll | 14 +- test/CodeGen/X86/vec_ss_load_fold.ll | 8 +- test/CodeGen/X86/vec_uint_to_fp-fastmath.ll | 4 +- .../X86/vector-constrained-fp-intrinsics.ll | 40 ++--- test/CodeGen/X86/vector-shuffle-combining-avx.ll | 16 +- test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 2 +- test/CodeGen/X86/vector-shuffle-combining-xop.ll | 16 +- test/CodeGen/X86/vector-shuffle-combining.ll | 8 +- test/CodeGen/X86/vselect-avx.ll | 6 +- test/CodeGen/X86/widen_arith-6.ll | 2 +- test/CodeGen/X86/x86-setcc-int-to-fp-combine.ll | 4 +- 49 files changed, 492 insertions(+), 491 deletions(-)