[all-commits] [llvm/llvm-project] 24f715: [NVPTX] fix debug register encoding of special %De...
William G Hatch via All-commits
all-commits at lists.llvm.org
Tue Oct 8 15:17:54 PDT 2024
Branch: refs/heads/users/willghatch/ptx-depot-register-fix
Home: https://github.com/llvm/llvm-project
Commit: 24f7157a575e7867247716b78a852b1af6f98d83
https://github.com/llvm/llvm-project/commit/24f7157a575e7867247716b78a852b1af6f98d83
Author: William G Hatch <william at hatch.uno>
Date: 2024-10-08 (Tue, 08 Oct 2024)
Changed paths:
M llvm/lib/Target/NVPTX/NVPTXRegisterInfo.cpp
Log Message:
-----------
[NVPTX] fix debug register encoding of special %Depot register
cuda-gdb doesn't seem to be able to read the `%Depot` register, but because we always copy it to `%SP` in lowering, simply switching to use it fixes the problem.
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