[all-commits] [llvm/llvm-project] 2cb9e1: [DebugInfo] Extend the InstrRef LDV to support Dbg...

Stephen Tozer via All-commits all-commits at lists.llvm.org
Tue Aug 23 12:19:40 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2cb9e1ac422f46de0ab728c6c9d50ebafbfe372a
      https://github.com/llvm/llvm-project/commit/2cb9e1ac422f46de0ab728c6c9d50ebafbfe372a
  Author: Stephen Tozer <stephen.tozer at sony.com>
  Date:   2022-08-23 (Tue, 23 Aug 2022)

  Changed paths:
    M llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
    M llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.h
    R llvm/test/DebugInfo/MIR/InstrRef/ignore-dbg-value-list.mir
    M llvm/test/DebugInfo/MIR/X86/live-debug-values-fragments.mir
    M llvm/test/DebugInfo/MIR/X86/live-debug-values-reg-copy.mir
    M llvm/test/DebugInfo/MIR/X86/live-debug-values-restore.mir
    M llvm/test/DebugInfo/MIR/X86/live-debug-values-stack-clobber.mir

  Log Message:
  -----------
  [DebugInfo] Extend the InstrRef LDV to support DbgValues with many Ops

This patch builds on prior support patches to enable support for
variadic debug values in InstrRefLDV, allowing DBG_VALUE_LISTs to
have their ranges extended.

Differential Revision: https://reviews.llvm.org/D128212




More information about the All-commits mailing list