[all-commits] [llvm/llvm-project] 64a22b: [NVPTX] fix debug register encoding of special %De...

William G Hatch via All-commits all-commits at lists.llvm.org
Tue Oct 8 18:39:37 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 64a22b3e69587c83566a83e793764f2a13733f0b
      https://github.com/llvm/llvm-project/commit/64a22b3e69587c83566a83e793764f2a13733f0b
  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 (#111596)

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