[llvm-dev] Is there any progress on cross-call scheduling?

Qiu Chaofan via llvm-dev llvm-dev at lists.llvm.org
Mon Mar 25 19:38:20 PDT 2019


Hi there,

I noticed that until now LLVM doesn’t have support for cross-call
instruction scheduling (see `isSchedBoundary` at
`lib/CodeGen/MachineScheduler.cpp`).

I’m now an internship student on C++ compiler (powered by LLVM) and I’m
planning to take it as my graduation project. Would this be a
too-large-to-finish task, or it doesn’t have much potential performance
improvement? Thanks.

Regards,

Qiu Chaofan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190326/d2841cdd/attachment.html>


More information about the llvm-dev mailing list