[all-commits] [llvm/llvm-project] 0b5166: [KeyInstr][DwarfDebug] Add is_stmt emission support

Orlando Cazalet-Hyams via All-commits all-commits at lists.llvm.org
Thu May 8 05:48:35 PDT 2025


  Branch: refs/heads/users/OCHyams/ki-llvm-dwarf-emission
  Home:   https://github.com/llvm/llvm-project
  Commit: 0b5166a2a2e6e7a166518d56e14c877095fa01be
      https://github.com/llvm/llvm-project/commit/0b5166a2a2e6e7a166518d56e14c877095fa01be
  Author: Orlando Cazalet-Hyams <orlando.hyams at sony.com>
  Date:   2025-05-08 (Thu, 08 May 2025)

  Changed paths:
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
    A llvm/test/DebugInfo/KeyInstructions/X86/dwarf-basic-ranks.ll
    A llvm/test/DebugInfo/KeyInstructions/X86/dwarf-basic.ll
    A llvm/test/DebugInfo/KeyInstructions/X86/dwarf-buoy-multi-key.mir
    A llvm/test/DebugInfo/KeyInstructions/X86/dwarf-buoy.mir
    A llvm/test/DebugInfo/KeyInstructions/X86/dwarf-calls.ll
    A llvm/test/DebugInfo/KeyInstructions/X86/dwarf-ranks-blocks.ll

  Log Message:
  -----------
  [KeyInstr][DwarfDebug] Add is_stmt emission support

Interpret Key Instructions metadata to determine is_stmt placement.

The lowest rank (highest precedent) instructions in each {InlinedAt, atomGroup}
set are candidates for is_stmt. Only the last instruction in each set in a given
block gets is_stmt. Calls always get is_stmt.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list