This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9f91501d176 [InstCombine] add FMF to tests for extra coverage; NFC new 92078fc49a7 [DebugInfoMetadata] Move main subprogram DIFlag into DISPFlags
The 1 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-c/DebugInfo.h | 1 - include/llvm/IR/DebugInfoFlags.def | 4 +-- include/llvm/IR/DebugInfoMetadata.h | 8 +++-- lib/Bitcode/Reader/MetadataLoader.cpp | 35 ++++++++++++++++----- test/Bitcode/DISubprogram-v5.ll | 24 ++++++++++++++ test/Bitcode/DISubprogram-v5.ll.bc | Bin 0 -> 1300 bytes .../DebugInfo/Generic/containing-type-extension.ll | 2 +- test/DebugInfo/Generic/discriminated-union.ll | 2 +- test/DebugInfo/Generic/mainsubprogram.ll | 2 +- .../Generic/univariant-discriminated-union.ll | 2 +- .../X86/containing-type-extension-rust.ll | 2 +- 11 files changed, 64 insertions(+), 18 deletions(-) create mode 100644 test/Bitcode/DISubprogram-v5.ll create mode 100755 test/Bitcode/DISubprogram-v5.ll.bc