This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3456f7f5beb [SCEV] Use early exit in createAddRecFromPHI. NFC. new afc9030f672 InferAddressSpaces: Infer from just addrspacecasts new e91b6db85f5 InferAddressSpaces: Avoid looking up deleted values new 841400b9680 Remove line and file from DINamespace.
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 | 6 +-- include/llvm/IR/DebugInfoMetadata.h | 37 ++++++++----------- lib/AsmParser/LLParser.cpp | 4 +- lib/Bitcode/Reader/MetadataLoader.cpp | 12 ++++-- lib/Bitcode/Writer/BitcodeWriter.cpp | 2 - lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 5 --- lib/CodeGen/AsmPrinter/DwarfUnit.h | 1 - lib/IR/AsmWriter.cpp | 2 - lib/IR/DIBuilder.cpp | 11 ++++-- lib/IR/DebugInfoMetadata.cpp | 12 +++--- lib/IR/LLVMContextImpl.h | 17 +++------ lib/Transforms/Scalar/InferAddressSpaces.cpp | 23 +++++++++++- test/Assembler/dinamespace.ll | 6 +-- test/Bitcode/DINamespace.ll | 4 +- test/CodeGen/X86/stack-protector-dbginfo.ll | 2 +- test/DebugInfo/COFF/cpp-mangling.ll | 2 +- test/DebugInfo/COFF/scopes.ll | 4 +- test/DebugInfo/Generic/dwarf-public-names.ll | 2 +- test/DebugInfo/Generic/namespace.ll | 22 +++++------ .../Generic/namespace_function_definition.ll | 2 +- .../namespace_inline_function_definition.ll | 2 +- test/DebugInfo/X86/dwarf-linkage-names.ll | 2 +- test/DebugInfo/X86/dwarf-public-names.ll | 4 +- test/DebugInfo/X86/generate-odr-hash.ll | 8 ++-- test/DebugInfo/X86/gnu-public-names-tu.ll | 2 +- test/DebugInfo/X86/gnu-public-names.ll | 10 ++--- test/DebugInfo/X86/inline-namespace.ll | 4 +- test/DebugInfo/X86/lexical-block-file-inline.ll | 2 +- test/DebugInfo/X86/multiple-at-const-val.ll | 2 +- test/DebugInfo/X86/parameters.ll | 2 +- test/DebugInfo/X86/pr19307.ll | 8 ++-- test/DebugInfo/X86/union-template.ll | 2 +- test/Linker/2011-08-18-unique-class-type.ll | 2 +- test/Linker/2011-08-18-unique-class-type2.ll | 2 +- test/Linker/pr26037.ll | 2 +- test/ThinLTO/X86/debuginfo-cu-import.ll | 2 +- .../AMDGPU/infer-addrspacecast.ll | 43 ++++++++++++++++++++++ .../AMDGPU/infer-getelementptr.ll | 22 +++++++---- unittests/IR/MetadataTest.cpp | 23 +++--------- 39 files changed, 181 insertions(+), 139 deletions(-) create mode 100644 test/Transforms/InferAddressSpaces/AMDGPU/infer-addrspacecast.ll