I am looking for a list of the various optimizations that llvm performs when I use the JIT execution engine. Eg. I am assuming: strench reduction, dead code elimination ? Simon.
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