This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 854572d [SelectionDAG] Simplify extract_subvector( insert_subvector ( [...] new 01dd3d9 Formatting with clang-format patch r280700 new a68463e [RDF] Ignore undef use operands
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: bindings/go/llvm/DIBuilderBindings.cpp | 18 ++++---- include/llvm/IR/DIBuilder.h | 72 ++++++++++++++----------------- include/llvm/IR/DebugInfoMetadata.h | 30 ++++++------- lib/Bitcode/Reader/BitcodeReader.cpp | 43 +++++++++--------- lib/IR/DIBuilder.cpp | 46 ++++++++++---------- lib/IR/DebugInfoMetadata.cpp | 7 ++- lib/Target/Hexagon/RDFGraph.cpp | 2 +- test/CodeGen/Hexagon/rdf-ignore-undef.ll | 55 +++++++++++++++++++++++ unittests/IR/DebugInfoTest.cpp | 6 ++- unittests/IR/DebugTypeODRUniquingTest.cpp | 25 +++++------ unittests/IR/IRBuilderTest.cpp | 10 ++--- unittests/IR/MetadataTest.cpp | 39 ++++++++--------- unittests/Transforms/Utils/Cloning.cpp | 11 ++--- 13 files changed, 203 insertions(+), 161 deletions(-) create mode 100644 test/CodeGen/Hexagon/rdf-ignore-undef.ll