This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from abe8e0a65ff [InstCombine] Tests for ~A - Min/Max(~A, O) -> Max/Min(A, ~ [...] new 16b860b6ae0 [X86] Standardize floating point assembly comments
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 | 18 ++-- 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/broadcast-elm-cross-splat-vec.ll | 64 +++++++-------- test/CodeGen/X86/combine-fabs.ll | 4 +- test/CodeGen/X86/combine-fcopysign.ll | 22 ++--- test/CodeGen/X86/cvtv2f32.ll | 8 +- test/CodeGen/X86/fma-intrinsics-fast-isel.ll | 8 +- test/CodeGen/X86/fma_patterns.ll | 34 ++++---- test/CodeGen/X86/fma_patterns_wide.ll | 60 +++++++------- test/CodeGen/X86/fmul-combines.ll | 2 +- test/CodeGen/X86/fold-vector-trunc-sitofp.ll | 8 +- test/CodeGen/X86/ftrunc.ll | 4 +- test/CodeGen/X86/insert-into-constant-vector.ll | 24 +++--- test/CodeGen/X86/packss.ll | 2 +- test/CodeGen/X86/pow.ll | 4 +- test/CodeGen/X86/pr2656.ll | 2 +- test/CodeGen/X86/pr38639.ll | 2 +- test/CodeGen/X86/recip-fastmath.ll | 86 +++++++++---------- test/CodeGen/X86/recip-fastmath2.ll | 96 +++++++++++----------- test/CodeGen/X86/select_const.ll | 4 +- test/CodeGen/X86/sqrt-fastmath.ll | 30 +++---- test/CodeGen/X86/sse2.ll | 2 +- test/CodeGen/X86/subvector-broadcast.ll | 8 +- ...nfold-masked-merge-vector-variablemask-const.ll | 10 +-- test/CodeGen/X86/v4f32-immediate.ll | 4 +- test/CodeGen/X86/vec_cast3.ll | 4 +- test/CodeGen/X86/vec_fabs.ll | 11 +-- test/CodeGen/X86/vec_floor.ll | 36 ++++---- test/CodeGen/X86/vec_fpext.ll | 12 +-- test/CodeGen/X86/vec_int_to_fp.ll | 24 +++--- test/CodeGen/X86/vec_ss_load_fold.ll | 8 +- test/CodeGen/X86/vec_uint_to_fp-fastmath.ll | 4 +- test/CodeGen/X86/vec_uint_to_fp.ll | 4 +- .../X86/vector-constrained-fp-intrinsics.ll | 76 ++++++++--------- test/CodeGen/X86/vector-shuffle-avx512.ll | 8 +- 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/vselect-avx.ll | 2 +- test/CodeGen/X86/x86-setcc-int-to-fp-combine.ll | 4 +- 42 files changed, 372 insertions(+), 369 deletions(-)