This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3d1a12c18cb Reapply "[llvm-mca] Return the total number of cycles from [...] new ccefd880658 [DebugInfo] IR/Bitcode changes for DISubprogram flags.
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/IR/DebugInfoFlags.def | 4 +- include/llvm/IR/DebugInfoMetadata.h | 14 +++- lib/AsmParser/LLLexer.cpp | 5 ++ lib/AsmParser/LLParser.cpp | 63 +++++++++++++-- lib/AsmParser/LLToken.h | 1 + lib/Bitcode/Reader/MetadataLoader.cpp | 63 ++++++++++----- lib/Bitcode/Writer/BitcodeWriter.cpp | 10 +-- lib/IR/AsmWriter.cpp | 31 ++++++-- lib/IR/DebugInfoMetadata.cpp | 34 ++++++++ test/Assembler/disubprogram.ll | 25 ++++-- .../invalid-disubprogram-uniqued-definition.ll | 2 +- test/Bindings/llvm-c/debug_info.ll | 2 +- test/Bitcode/DISubprogram-distinct-definitions.ll | 2 +- test/Bitcode/DISubprogram-v4.ll | 86 +++++++++++++++++++++ test/Bitcode/DISubprogram-v4.ll.bc | Bin 0 -> 1372 bytes test/DebugInfo/Generic/invalid.ll | 4 +- test/DebugInfo/debugify.ll | 4 +- .../replaced-function-matches-first-subprogram.ll | 2 +- .../GCOVProfiling/three-element-mdnode.ll | 2 +- 19 files changed, 295 insertions(+), 59 deletions(-) create mode 100644 test/Bitcode/DISubprogram-v4.ll create mode 100644 test/Bitcode/DISubprogram-v4.ll.bc