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