This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 651c7e1f87c GlobalISel: Remove redundant pass initialization new c59023cdb5b [X86] Introduce new MOVSSrm/MOVSDrm opcodes that use VR128 [...] new f76266ec02c [X86] Remove MOVDI2SSrm/MOV64toSDrm/MOVSS2DImr/MOVSDto64mr [...]
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/MCTargetDesc/X86InstComments.cpp | 6 ++ lib/Target/X86/X86FastISel.cpp | 18 +++-- lib/Target/X86/X86InstrAVX512.td | 44 ++++--------- lib/Target/X86/X86InstrCompiler.td | 12 ++-- lib/Target/X86/X86InstrFoldTables.cpp | 24 +++---- lib/Target/X86/X86InstrInfo.cpp | 56 ++++++++++++++-- lib/Target/X86/X86InstrSSE.td | 83 +++++++++--------------- lib/Target/X86/X86InstructionSelector.cpp | 20 +++--- test/CodeGen/MIR/X86/memory-operands.mir | 6 +- test/CodeGen/X86/GlobalISel/select-fconstant.mir | 40 ++++++------ test/CodeGen/X86/evex-to-vex-compress.mir | 20 +++--- test/CodeGen/X86/fast-isel-fneg-kill.ll | 2 +- test/CodeGen/X86/non-value-mem-operand.mir | 6 +- test/CodeGen/X86/pr30821.mir | 18 ++--- 14 files changed, 185 insertions(+), 170 deletions(-)