This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ec764aad9f5 MIR: Fix printer crashing on dead CSR frame indexes new ef2f407ef97 Stop undef fragments from closing non-overlapping fragments
The 1 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/CodeGen/MachineInstr.h | 6 ++ lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp | 9 ++- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 22 +++--- test/DebugInfo/MIR/ARM/param-reg-const-mix.mir | 96 ++++++++++++++++++++++++++ test/DebugInfo/X86/undef-fragment.ll | 78 +++++++++++++++++++++ 5 files changed, 197 insertions(+), 14 deletions(-) create mode 100644 test/DebugInfo/MIR/ARM/param-reg-const-mix.mir create mode 100644 test/DebugInfo/X86/undef-fragment.ll