[llvm-dev] Question about SUnits in a ScheduleDAG

Erik Samuelsson via llvm-dev llvm-dev at lists.llvm.org
Sat May 9 07:32:30 PDT 2020


Hello,

While trying to move upwards in a DAG using the Preds vector of a SUnit, I encountered a situation where;

Given a SUnit A, and a successor B. SUnit A was not in the vector Preds of B, even though B was in Succs of A.


I'm curious as to why this could be. Have I misinterpret the use of Succs and Preds?

/Erik
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200509/894fcc83/attachment.html>


More information about the llvm-dev mailing list