This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 129fc8ca3cb [Hexagon] Initial instruction cost model for auto-vectorization new 883750c46eb [DebugInfo][OPT] Fixing a couple of DI duplication bugs of [...] new 9899cf0e8fb [DebugInfo][OPT] NFC follow-up on "Fixing a couple of DI du [...]
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/DebugInfo.h | 27 +++++----- lib/IR/DebugInfo.cpp | 92 +++++++++++++++++++++------------- lib/Transforms/Utils/CloneFunction.cpp | 48 ++++++++---------- lib/Transforms/Utils/CloneModule.cpp | 1 + test/DebugInfo/X86/clone-module-2.ll | 52 +++++++++++++++++++ test/DebugInfo/X86/clone-module.ll | 80 +++++++++++++++++++++++++++++ tools/opt/opt.cpp | 38 +++++++------- 7 files changed, 245 insertions(+), 93 deletions(-) create mode 100644 test/DebugInfo/X86/clone-module-2.ll create mode 100644 test/DebugInfo/X86/clone-module.ll