This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 19357eaea4f Remove a redundant initialization. NFC new 1d36450d245 [Local] Add a utility to insert replacement dbg.values, NFC new 444617b4b37 IRMover: Account for matching types present across modules
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/Transforms/Utils/Local.h | 11 +++++++ lib/Linker/IRMover.cpp | 19 ++++++++--- lib/Transforms/InstCombine/InstCombineCasts.cpp | 17 ++++------ lib/Transforms/Utils/Local.cpp | 18 +++++++++++ test/LTO/X86/Inputs/type-mapping-bug2.ll | 16 ++++++++++ test/LTO/X86/type-mapping-bug2.ll | 42 +++++++++++++++++++++++++ 6 files changed, 107 insertions(+), 16 deletions(-) create mode 100644 test/LTO/X86/Inputs/type-mapping-bug2.ll create mode 100644 test/LTO/X86/type-mapping-bug2.ll