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

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 20 17:04:46 PST 2018


vsk added subscribers: t.p.northover, craig.topper.
vsk added a comment.

This is in line with how we handle debug values in ScheduleDAGSDNodes::EmitSchedule (see ProcessSDDbgValues).

I don't see any issues with this patch but am not familiar enough with ScheduleDAGFast to give an explicit lgtm. I'll CC some folks who might be able to.


Repository:
  rL LLVM

https://reviews.llvm.org/D43028





More information about the llvm-commits mailing list