[LLVMdev] Runtime optimizer

Kaylor, Andrew andrew.kaylor at intel.com
Fri Oct 4 19:45:18 PDT 2013


Hi Sara,

Take a look at LLVMTargetMachine::addPassesToEmitMachineCode() in lib/CodeGen/LLVMTargetMachine.cpp for the old JIT engine or LLVMTargetMachine::addPassesToEmitMC() in the same place for MCJIT.

-Andy


From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Sara Elshobaky
Sent: Friday, October 04, 2013 2:29 PM
To: llvmdev at cs.uiuc.edu
Cc: 'Sara Elshobaky'
Subject: [LLVMdev] Runtime optimizer

Hello,
Please, I need more information on the runtime optimizer used in the LLVM JIT.

-          Where can I find it in the LLVM source code?

-          Are those runtime optimizations done on the LLVM representation code or on the machine code?

Sara

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131005/40c7160e/attachment.html>


More information about the llvm-dev mailing list