[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 12:35:54 PDT 2018
ABataev updated this revision to Diff 170955.
ABataev added a comment.
Reworked processing of the DBG_Value. Used the code from
lib/CodeGen/PrologEpilogInserter.cpp instead of the custom processing. Seems to me,
this implementation is more robust than the original one.
Repository:
rL LLVM
https://reviews.llvm.org/D53657
Files:
lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp
test/DebugInfo/NVPTX/dbg-value-const-byref.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53657.170955.patch
Type: text/x-patch
Size: 4736 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181024/4698d1c0/attachment.bin>
More information about the llvm-commits
mailing list