[llvm-commits] [llvm] r132882 - in /llvm/trunk: lib/CodeGen/AsmPrinter/AsmPrinter.cpp lib/Target/X86/X86InstrInfo.cpp test/CodeGen/Thumb2/machine-licm.ll

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Sun Jun 12 00:38:02 PDT 2011


  > The double-CFG-edge hack was added as a compile time optimization.
>
> While I like to see it go, we should at least confirm that it was a
> premature optimization.
>
> Did you measure before/after compile times? The -O0 compile times are
> extra interesting.

I compiled two release versions of clang. One before my first patch and 
one after the last one. I then used those to build a debug version of clang.

The current trunk took 5m13.630s to build a debug version of clang. The 
old revision took 5m11.130s.

Is there some other test you would like me to run?

> /jakob
>

Cheers,
Rafael



More information about the llvm-commits mailing list