[PATCH] D72795: DebugInfo: Factor out logic to update locations in MD_loop metadata, NFC

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 15 11:37:09 PST 2020


vsk created this revision.
vsk added reviewers: aprantl, JDevlieghere.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.

Factor out the logic needed to update debug locations contained within
MD_loop metadata.

This refactor is preparation for a future change that also needs to
rewrite MD_loop metadata.

rdar://45507940


https://reviews.llvm.org/D72795

Files:
  llvm/include/llvm/IR/DebugInfo.h
  llvm/lib/IR/DebugInfo.cpp
  llvm/lib/Transforms/Utils/InlineFunction.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72795.238325.patch
Type: text/x-patch
Size: 6063 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200115/e4a0a929/attachment.bin>


More information about the llvm-commits mailing list