[LLVMdev] selection dag speedups / llc speedups
Rafael Espindola
espindola at google.com
Mon May 17 21:09:19 PDT 2010
> The fast and local register allocators are meant to be used on unoptimized code, a 'Debug build'. While they do work on optimized code, they do not give good results. Their primary goal is compile time, not code quality.
Yes, we have a somewhat uncommon use case. It is fine to spend time
optimizing bitcode (LTO is a OK), but we want to make the final IL ->
Executable translation as fast as possible.
> /jakob
Cheers,
--
Rafael Ávila de Espíndola
More information about the llvm-dev
mailing list