[llvm-dev] Question about Instruction Schedule

Dong Axis via llvm-dev llvm-dev at lists.llvm.org
Wed Jul 14 19:46:12 PDT 2021


Hello,

	Recently, I am reading the code of Instruction schedule in llvm.
        But it is confused me, because I found llvm have two classes named ScheduleDAGSDNodes and ScheuleDAGInstrs. The first one is used for scheduling SDNode-based DAG, the other is used for MachineInst.
	But could we use ScheuleDAGInstrs directly?

       Thanks in advance.

Best Regards
dongAxis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210715/e3cf1823/attachment.html>


More information about the llvm-dev mailing list