[llvm-dev] Instruction scheduling done before or after register allocation

Iulia Stirb via llvm-dev llvm-dev at lists.llvm.org
Wed Dec 16 08:02:29 PST 2015


Hi,
I have read the steps of code generation from here: The LLVM Target-Independent Code Generator — LLVM 3.8 documentation
|   |
|   |  |   |   |   |   |   |
| The LLVM Target-Independent Code Generator — LLVM 3...Instruction Selection Instruction Selection is the process of translating LLVM code presented to thecode generator into target-specific machine instructions.  |
|  |
| View on llvm.org | Preview by Yahoo |
|  |
|   |


Could you please confirm that on actual implementation of LLVM's code generator, the instruction scheduling is done before register allocation?
Many thanks,Iulia Stirb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151216/2e02f43f/attachment.html>


More information about the llvm-dev mailing list