[all-commits] [llvm/llvm-project] 5d4165: [NVPTX] add address class for variables with a sin...
William G Hatch via All-commits
all-commits at lists.llvm.org
Thu Sep 26 16:30:06 PDT 2024
Branch: refs/heads/users/willghatch/ptx-address-class
Home: https://github.com/llvm/llvm-project
Commit: 5d4165721437a42938bc4bba859a205f3cc4988f
https://github.com/llvm/llvm-project/commit/5d4165721437a42938bc4bba859a205f3cc4988f
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