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

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 12 10:27:09 PST 2018


vsk added inline comments.


================
Comment at: test/CodeGen/Generic/linear-dbg-value.ll:29
+; CHECK: DBG_VALUE
+; CHECK-SAME: !14, !17,
+  %indvars.iv = phi i64 [ %indvars.iv.next, %for.body ], [ 0, %for.body.preheader ]
----------------
vsk wrote:
> I'm not able to follow what's changed based on these check lines. Could you attach llc's pre-patch/post-patch output, so we can see how the output changes?
Thanks! Could you also check that the second dbg.value() for %add is inserted right after the first one?


Repository:
  rL LLVM

https://reviews.llvm.org/D43028





More information about the llvm-commits mailing list