[all-commits] [llvm/llvm-project] 4d3a3f: [NVPTX] add support for encoding PTX registers for...
William G Hatch via All-commits
all-commits at lists.llvm.org
Fri Sep 20 16:33:02 PDT 2024
Branch: refs/heads/users/willghatch/ptx-register-encoding
Home: https://github.com/llvm/llvm-project
Commit: 4d3a3f660e3fbe9b843e85fef6a686c67a9cb11f
https://github.com/llvm/llvm-project/commit/4d3a3f660e3fbe9b843e85fef6a686c67a9cb11f
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