[PATCH] D54465: [CodeGen] Fix bugs in LiveDebugVariables when debug labels are generated.

Hsiangkai Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 12 23:22:08 PST 2018


HsiangKai created this revision.
HsiangKai added reviewers: aprantl, probinson, dblaikie, hans.

Remove DBG_LABELs in LiveDebugVariables and generate them in
VirtRegRewriter.

This bug is reported in https://bugs.chromium.org/p/chromium/issues/detail?id=898152


Repository:
  rL LLVM

https://reviews.llvm.org/D54465

Files:
  lib/CodeGen/LiveDebugVariables.cpp
  test/CodeGen/Generic/live-debug-label.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54465.173814.patch
Type: text/x-patch
Size: 12784 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181113/0182f392/attachment.bin>


More information about the llvm-commits mailing list