This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a2e33f36d20 [InstCombine] add tests for missing fdiv fold; NFC new 4ac9cb02bcc [InstCombine] X / (X * Y) --> 1.0 / Y new 4863252becc [DebugInfo] Unify ChecksumKind and Checksum value in DIFile
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: include/llvm/IR/DIBuilder.h | 9 ++- include/llvm/IR/DebugInfoMetadata.h | 74 +++++++++++++++------ lib/AsmParser/LLParser.cpp | 23 +++++-- lib/Bitcode/Reader/MetadataLoader.cpp | 13 +++- lib/Bitcode/Writer/BitcodeWriter.cpp | 11 ++- lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 21 ++++-- lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 7 +- lib/IR/AsmWriter.cpp | 16 ++--- lib/IR/DIBuilder.cpp | 4 +- lib/IR/DebugInfoMetadata.cpp | 37 ++++++----- lib/IR/LLVMContextImpl.h | 15 ++--- lib/IR/Verifier.cpp | 32 ++++----- .../InstCombine/InstCombineMulDivRem.cpp | 10 +++ test/Assembler/debug-info.ll | 19 +++--- test/Bitcode/upgrade-dbg-checksum.ll | 19 ++++++ test/Bitcode/upgrade-dbg-checksum.ll.bc | Bin 0 -> 1164 bytes test/Transforms/InstCombine/fdiv.ll | 8 +-- test/Verifier/DIFile.ll | 3 +- unittests/IR/MetadataTest.cpp | 17 ++--- 19 files changed, 210 insertions(+), 128 deletions(-) create mode 100644 test/Bitcode/upgrade-dbg-checksum.ll create mode 100644 test/Bitcode/upgrade-dbg-checksum.ll.bc