This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7ca11331eb8 [ARM] Attempt to fix arm selfhost bots after rL347191 new eaa73537bb4 [DebugInfo] DISubprogram flags get their own flags word. NF [...] new d11406b457b [X86] Attempt to improve v32i8/v64i8 multiply lowering by a [...] new 418c4bb2960 [InterleavedLoadCombine] Fix warnings
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: include/llvm/IR/DIBuilder.h | 48 +- include/llvm/IR/DebugInfoFlags.def | 34 +- include/llvm/IR/DebugInfoMetadata.h | 143 ++--- lib/AsmParser/LLParser.cpp | 8 +- lib/Bitcode/Reader/MetadataLoader.cpp | 8 +- lib/CodeGen/InterleavedLoadCombinePass.cpp | 7 +- lib/CodeGen/MachineOutliner.cpp | 5 +- lib/IR/DIBuilder.cpp | 52 +- lib/IR/DebugInfo.cpp | 29 +- lib/IR/DebugInfoMetadata.cpp | 24 +- lib/IR/LLVMContextImpl.h | 45 +- lib/Target/X86/X86ISelLowering.cpp | 28 +- test/CodeGen/X86/avx2-arith.ll | 32 +- test/CodeGen/X86/min-legal-vector-width.ll | 72 ++- test/CodeGen/X86/pmul.ll | 217 +++---- test/CodeGen/X86/prefer-avx256-wide-mul.ll | 17 +- test/CodeGen/X86/vector-mul.ll | 10 +- test/CodeGen/X86/vector-reduce-mul.ll | 979 ++++++++++++++++------------- tools/opt/Debugify.cpp | 11 +- unittests/CodeGen/MachineInstrTest.cpp | 4 +- unittests/IR/IRBuilderTest.cpp | 33 +- unittests/IR/MetadataTest.cpp | 187 +++--- unittests/IR/VerifierTest.cpp | 7 +- unittests/Transforms/Utils/CloningTest.cpp | 18 +- 24 files changed, 1049 insertions(+), 969 deletions(-)