[llvm-dev] PostRAScheduler

Ryan Taylor via llvm-dev llvm-dev at lists.llvm.org
Wed Jun 20 08:51:47 PDT 2018


Is there any specific documentation on this? Is there a point of contact
for this file that I might bug?

So I have an instruction that needs noops inserted and it appears that the
noops are being inserted in the EmitSchedule function of the
PostRAScheduler. From the loop in EmitSchedule it looks like it's inserting
noops whenever SUnit is NULL. I don't see anything in the DAG that appears
odd or any empty nodes, how are these NULL SUnits inserted into the
Sequence?

Thanks,

Ryan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180620/a424d8c5/attachment.html>


More information about the llvm-dev mailing list