[all-commits] [llvm/llvm-project] 0b206a: [KeyInstr][DwarfDebug] Add is_stmt emission support
Orlando Cazalet-Hyams via All-commits
all-commits at lists.llvm.org
Fri Mar 28 10:50:09 PDT 2025
Branch: refs/heads/users/OCHyams/ki-llvm-dwarf-emission
Home: https://github.com/llvm/llvm-project
Commit: 0b206ae0569191c8b05f9b77d92ceda3a5271fe2
https://github.com/llvm/llvm-project/commit/0b206ae0569191c8b05f9b77d92ceda3a5271fe2
Author: Orlando Cazalet-Hyams <orlando.hyams at sony.com>
Date: 2025-03-28 (Fri, 28 Mar 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