This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 06c0e81ca57 [RISCV] Support z and i operand modifiers new dbb8cd70489 [X86] Make movsd commutable to shufpd with a 0x02 immediate [...] new cf12d88d09f [X86] Allow execution domain fixing to turn SHUFPD into SHUFPS.
The 2 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/X86InstrInfo.cpp | 64 ++++++++++++++---- lib/Target/X86/X86InstrSSE.td | 6 +- test/CodeGen/X86/buildvec-insertvec.ll | 4 +- test/CodeGen/X86/coalesce_commute_movsd.ll | 3 +- test/CodeGen/X86/combine-sdiv.ll | 75 ++++++++++----------- test/CodeGen/X86/palignr.ll | 8 +-- test/CodeGen/X86/psubus.ll | 65 +++++++++--------- test/CodeGen/X86/sdiv-exact.ll | 17 +++-- test/CodeGen/X86/sse-align-12.ll | 4 +- test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 28 ++++---- test/CodeGen/X86/sse2.ll | 5 +- test/CodeGen/X86/swizzle-2.ll | 4 +- test/CodeGen/X86/trunc-subvector.ll | 6 +- test/CodeGen/X86/vector-blend.ll | 60 ++++++----------- test/CodeGen/X86/vector-shift-ashr-sub128.ll | 44 +++++++------ test/CodeGen/X86/vector-shuffle-128-v2.ll | 77 ++++++++++------------ test/CodeGen/X86/vector-shuffle-128-v4.ll | 21 +++--- test/CodeGen/X86/vector-shuffle-128-v8.ll | 14 ++-- test/CodeGen/X86/vector-shuffle-combining-ssse3.ll | 6 +- test/CodeGen/X86/vector-shuffle-combining.ll | 12 ++-- test/CodeGen/X86/vselect-2.ll | 6 +- test/CodeGen/X86/vselect.ll | 12 ++-- test/CodeGen/X86/x86-shifts.ll | 16 ++--- 23 files changed, 274 insertions(+), 283 deletions(-)