This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e0cea293248 Revert "Add a pass to lower is.constant and objectsize intrinsics" new 3ae71720225 [DebugInfo] Fix truncation of call site immediates new d24146fb6cd [llvm-size] Tidy up error messages (PR42970)
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: lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 2 +- test/DebugInfo/X86/dbgcall-site-64-bit-imms.ll | 56 ++++++++++++++++++++++++++ test/tools/llvm-size/invalid-input.test | 10 ++--- test/tools/llvm-size/no-input.test | 2 +- tools/llvm-size/llvm-size.cpp | 44 ++++++++++---------- 5 files changed, 83 insertions(+), 31 deletions(-) create mode 100644 test/DebugInfo/X86/dbgcall-site-64-bit-imms.ll