[PATCH] D43028: Add DBG_VALUE support to the linear DAG scheduler

Joshua Cranmer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 7 10:07:19 PST 2018


jcranmer created this revision.
jcranmer added a reviewer: bogner.
Herald added subscribers: llvm-commits, MatzeB.

I noticed that the fast/linear DAG scheduler doesn't lower DBG_VALUEs except for function entry nodes. This copies what appears to be the relevant code, and it does seem to work for most of the simple testing I've done.


Repository:
  rL LLVM

https://reviews.llvm.org/D43028

Files:
  lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
  test/CodeGen/Generic/linear-dbg-value.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43028.133242.patch
Type: text/x-patch
Size: 6927 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180207/f8709764/attachment.bin>


More information about the llvm-commits mailing list