[all-commits] [llvm/llvm-project] 2d893d: [SPIRV] Drive DebugFunctionDefinition placement vi...

Manuel Carrasco via All-commits all-commits at lists.llvm.org
Tue Jul 28 08:34:40 PDT 2026


  Branch: refs/heads/users/mgcarrasco/nsdi-debug-func-def
  Home:   https://github.com/llvm/llvm-project
  Commit: 2d893dddb52b219d7d92d5218ed378a3a1c8a91a
      https://github.com/llvm/llvm-project/commit/2d893dddb52b219d7d92d5218ed378a3a1c8a91a
  Author: Manuel Carrasco <Manuel.Carrasco at amd.com>
  Date:   2026-07-28 (Tue, 28 Jul 2026)

  Changed paths:
    M llvm/lib/Target/SPIRV/SPIRVAsmPrinter.cpp
    M llvm/lib/Target/SPIRV/SPIRVNonSemanticDebugHandler.cpp
    M llvm/lib/Target/SPIRV/SPIRVNonSemanticDebugHandler.h

  Log Message:
  -----------
  [SPIRV] Drive DebugFunctionDefinition placement via begin/endInstruction

Replace the SPIRV-specific notifyMachineInstructionEmitted() callback with
DebugHandlerBase::beginInstruction()/endInstruction().
Keep notifyEntryLabelEmitted() for the synthesized entry OpLabel, which
has no MachineInstr.



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