[codeview] Workaround for PR43479, don't re-emit instr labels
authorReid Kleckner <rnk@google.com>
Thu, 17 Oct 2019 17:28:31 +0000 (17:28 +0000)
committerReid Kleckner <rnk@google.com>
Thu, 17 Oct 2019 17:28:31 +0000 (17:28 +0000)
commitc21ecb75c292a647621fe11449cc00d14e5dc2a5
treef5e5832fd51521be74ab61687ba1df2ec0ecaa25
parent56008731609b33e01c31d3ea1011f4222be34d80
[codeview] Workaround for PR43479, don't re-emit instr labels

Summary:
In the long run we should come up with another mechanism for marking
call instructions as heap allocation sites, and remove this workaround.
For now, we've had two bug reports about this, so let's apply this
workaround. SLH (the other client of instruction labels) probably has
the same bug, but the solution there is more likely to be to mark the
call instruction as not duplicatable, which doesn't work for debug info.

Reviewers: akhuang

Subscribers: aprantl, hiraditya, aganea, chandlerc, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D69068

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@375137 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
test/CodeGen/X86/taildup-heapallocsite.ll [new file with mode: 0644]