[LLVMdev] optimization passes

Misha Brukman brukman at cs.uiuc.edu
Sun Jun 25 13:05:25 PDT 2006


On Sun, Jun 25, 2006 at 11:56:11AM +0200, Simon Burton wrote:
> I am looking for a list of the various optimizations that llvm
> performs when I use the JIT execution engine.

See a target's implementation of TargetJITInfo::addPassesToJITCompile();
these will vary from one target to the next.

-- 
Misha Brukman :: http://misha.brukman.net



More information about the llvm-dev mailing list