[all-commits] [llvm/llvm-project] f07f4f: [NVPTX] add address class for variables with a sin...

William G Hatch via All-commits all-commits at lists.llvm.org
Thu Sep 26 11:36:12 PDT 2024


  Branch: refs/heads/users/willghatch/ptx-address-class
  Home:   https://github.com/llvm/llvm-project
  Commit: f07f4fc23a2e48e7151c52362d2ee7da8c74a8bf
      https://github.com/llvm/llvm-project/commit/f07f4fc23a2e48e7151c52362d2ee7da8c74a8bf
  Author: William G Hatch <william at hatch.uno>
  Date:   2024-09-26 (Thu, 26 Sep 2024)

  Changed paths:
    M llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
    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 address class for variables with a single register location

This is the final piece to enable register debugging for variables in registers that have single locations that last throughout their enclosing scope.

The next step after this for supporting register debugging for NVPTX is to support the .debug_loc section.

Stacked on top of: https://github.com/llvm/llvm-project/pull/109495



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