[PATCH] D91423: [NFC][DebugInfo] Factor LowerDbgDeclare into two functions [1/3]

Orlando Cazalet-Hyams via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 14 01:07:55 PST 2021


Orlando updated this revision to Diff 316585.
Orlando added a comment.

Updated based on @aprantl's comments. I removed `LowerDbgDeclare`'s doxygen comment from Local.cpp (it still exists in the header Local.h). I didn't add a doxygen comment to the new function `ConvertIndirectDbgIntrinsicToDbgValues` because it is added in the header in the next patch D91424 <https://reviews.llvm.org/D91424>.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91423/new/

https://reviews.llvm.org/D91423

Files:
  llvm/lib/Transforms/Utils/Local.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91423.316585.patch
Type: text/x-patch
Size: 5566 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210114/d45c038a/attachment.bin>


More information about the llvm-commits mailing list