[PATCH] D53657: [DEBUG_INFO][NVPTX]Fix processing of DBG_VALUES.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 24 09:44:22 PDT 2018


ABataev created this revision.
ABataev added a reviewer: tra.
Herald added a subscriber: jholewinski.

If the instruction in the eliminateFrameIndex function is a DBG_VALUE
instruction, it requires special processing. The frame register is set
to VRFrame and the offset is set basing on object offset.


Repository:
  rL LLVM

https://reviews.llvm.org/D53657

Files:
  lib/Target/NVPTX/NVPTXRegisterInfo.cpp
  test/DebugInfo/NVPTX/dbg-value-const-byref.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53657.170923.patch
Type: text/x-patch
Size: 4059 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181024/b121cb66/attachment.bin>


More information about the llvm-commits mailing list