Add SDep printer to make debugging sessions more productive.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM
llvm/lib/CodeGen/ScheduleDAG.cpp | ||
---|---|---|
71 ↗ | (On Diff #105698) | May want to pass in TargetRegisterInfo* instead of ScheduleDAG if that is the only thing used from the ScheduleDAG. |
llvm/lib/CodeGen/ScheduleDAG.cpp | ||
---|---|---|
71 ↗ | (On Diff #105698) | I don't feel strongly about this, but I used ScheduleDAG to keep the method similar to the one in SUnit. |