This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 735ebc0759b [InstCombine] add more tests with poison and undef; NFC new 0f83e1fc484 [Local] replaceAllDbgUsesWith: Update debug values before RAUW new d3643492a56 [Debugify] Allow unsigned values narrower than their variables
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/DebugInfoMetadata.h | 26 +++ include/llvm/IR/Type.h | 3 + include/llvm/Transforms/Utils/Local.h | 42 ++--- lib/CodeGen/AsmPrinter/DwarfExpression.cpp | 3 + lib/IR/DebugInfoMetadata.cpp | 52 ++++++ lib/Transforms/InstCombine/InstCombineCasts.cpp | 22 +-- lib/Transforms/Utils/Local.cpp | 203 +++++++++++++++++---- test/DebugInfo/debugify-bogus-dbg-value.ll | 13 +- .../InstCombine/alloca-cast-debuginfo.ll | 5 +- test/Transforms/InstCombine/cast-mul-select.ll | 2 +- .../cast-set-preserve-signed-dbg-val.ll | 50 +++++ test/Transforms/InstCombine/debuginfo-variables.ll | 16 ++ tools/opt/Debugify.cpp | 11 +- unittests/Transforms/Utils/Local.cpp | 189 +++++++++++++++++++ 14 files changed, 563 insertions(+), 74 deletions(-) create mode 100644 test/Transforms/InstCombine/cast-set-preserve-signed-dbg-val.ll