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

William G Hatch via All-commits all-commits at lists.llvm.org
Wed Sep 25 12:36:05 PDT 2024


  Branch: refs/heads/users/willghatch/ptx-address-class
  Home:   https://github.com/llvm/llvm-project
  Commit: bd03bbebae800f2467ce6a941e4a26a9f1598814
      https://github.com/llvm/llvm-project/commit/bd03bbebae800f2467ce6a941e4a26a9f1598814
  Author: William G Hatch <william at hatch.uno>
  Date:   2024-09-25 (Wed, 25 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