[all-commits] [llvm/llvm-project] ffddad: [NVPTX] add support for encoding PTX registers for...

William G Hatch via All-commits all-commits at lists.llvm.org
Fri Sep 20 16:45:38 PDT 2024


  Branch: refs/heads/users/willghatch/ptx-register-encoding
  Home:   https://github.com/llvm/llvm-project
  Commit: ffddadf0d63ebe8b92f62c0e9e7c881200430694
      https://github.com/llvm/llvm-project/commit/ffddadf0d63ebe8b92f62c0e9e7c881200430694
  Author: William G Hatch <william at hatch.uno>
  Date:   2024-09-20 (Fri, 20 Sep 2024)

  Changed paths:
    M llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
    M llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
    M llvm/lib/Target/NVPTX/NVPTXAsmPrinter.h
    M llvm/lib/Target/NVPTX/NVPTXRegisterInfo.cpp
    M llvm/lib/Target/NVPTX/NVPTXRegisterInfo.h
    M llvm/test/DebugInfo/NVPTX/cu-range-hole.ll
    M llvm/test/DebugInfo/NVPTX/debug-addr-class.ll
    M llvm/test/DebugInfo/NVPTX/debug-info.ll

  Log Message:
  -----------
  [NVPTX] add support for encoding PTX registers for DWARF

This patch adds support for encoding PTX registers for DWARF, using the encoding supported by nvcc and cuda-gcc.

There are some other features still needed for proper register debugging that this patch does not address, such as DW_AT_address_class.



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