This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 43658456ae9 Revert "[ThinLTO] Ensure we always select the same function [...] new 60ba444e117 [X86] Prefer blendi over movss/sd when avx512 is enabled un [...]
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/X86InstrAVX512.td | 23 +- lib/Target/X86/X86InstrSSE.td | 4 +- test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll | 16 +- test/CodeGen/X86/avx512-insert-extract.ll | 2 +- test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 4 +- .../CodeGen/X86/avx512-shuffles/partial_permute.ll | 12 +- test/CodeGen/X86/coalesce_commute_movsd.ll | 4 +- test/CodeGen/X86/fmsubadd-combine.ll | 22 +- test/CodeGen/X86/sse-intrinsics-fast-isel.ll | 119 ++--- test/CodeGen/X86/sse-scalar-fp-arith.ll | 512 +++++++-------------- test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 92 ++-- test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll | 8 +- test/CodeGen/X86/sse2.ll | 23 +- test/CodeGen/X86/sse41-intrinsics-fast-isel.ll | 13 +- test/CodeGen/X86/sse41-intrinsics-x86-upgrade.ll | 16 +- test/CodeGen/X86/sse41.ll | 38 +- test/CodeGen/X86/vec_ss_load_fold.ll | 6 +- test/CodeGen/X86/vector-shuffle-128-v2.ll | 54 +-- test/CodeGen/X86/vector-shuffle-128-v4.ll | 61 +-- test/CodeGen/X86/vector-shuffle-256-v4.ll | 19 +- test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 68 +-- test/CodeGen/X86/vector-shuffle-combining-ssse3.ll | 58 +-- 22 files changed, 377 insertions(+), 797 deletions(-)