This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3a0e81d0140 [ARM] Codegen for v8.2A dot product intrinsics new 4f0010fac23 [mips] Fix how compiler fuse instructions to fmadd/fmsub new 5139b77fb91 [X86] Replace some system instruction instregex single matc [...] new 937d9c92192 [NVPTX] Turn on Loop/SLP vectorization
The 3 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/Mips/MipsISelLowering.cpp | 1 + lib/Target/Mips/MipsISelLowering.h | 3 ++ lib/Target/Mips/MipsInstrInfo.td | 7 +++ lib/Target/Mips/MipsMSAInstrInfo.td | 22 +++++++--- lib/Target/Mips/MipsSEISelLowering.cpp | 6 +-- lib/Target/NVPTX/NVPTXTargetTransformInfo.h | 12 ++++++ lib/Target/X86/X86SchedBroadwell.td | 25 +++++------ lib/Target/X86/X86SchedHaswell.td | 29 ++++++------- lib/Target/X86/X86SchedSandyBridge.td | 24 +++++------ lib/Target/X86/X86SchedSkylakeClient.td | 27 +++++------- lib/Target/X86/X86SchedSkylakeServer.td | 27 +++++------- lib/Target/X86/X86ScheduleAtom.td | 5 +-- lib/Target/X86/X86ScheduleZnver1.td | 8 ++-- test/CodeGen/Mips/fp-contract.ll | 38 ++++++++++++++++ test/CodeGen/Mips/msa/arithmetic_float.ll | 50 +++++++++++----------- .../SLPVectorizer}/NVPTX/lit.local.cfg | 0 test/Transforms/SLPVectorizer/NVPTX/v2f16.ll | 40 +++++++++++++++++ 17 files changed, 206 insertions(+), 118 deletions(-) create mode 100644 test/CodeGen/Mips/fp-contract.ll copy test/{Analysis/DivergenceAnalysis => Transforms/SLPVectorizer}/NVPTX/lit.loca [...] create mode 100644 test/Transforms/SLPVectorizer/NVPTX/v2f16.ll