[PATCH] D45926: Fix DISubprogram while extracting instructions out of function

Aditya Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 21 07:24:01 PDT 2018


hiraditya created this revision.
hiraditya added reviewers: tobiasvk, slarin, aprantl.

This case triggers when merge-similar-functions tries to extract instructions out of instantiations of a template function.


https://reviews.llvm.org/D45926

Files:
  include/llvm/Transforms/Utils/Cloning.h
  lib/Transforms/IPO/MergeSimilarFunctions.cpp
  lib/Transforms/Utils/CloneFunction.cpp
  test/Transforms/MergeSimilarFunc/merge-debug-info-2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45926.143448.patch
Type: text/x-patch
Size: 10152 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180421/22367bf0/attachment.bin>


More information about the llvm-commits mailing list