[llvm-commits] [llvm] r153815 - /llvm/trunk/lib/Analysis/InlineCost.cpp

Tobias Grosser tobias at grosser.es
Sun Apr 1 05:22:27 PDT 2012


On 03/31/2012 03:18 PM, Chandler Carruth wrote:
> Author: chandlerc
> Date: Sat Mar 31 08:18:09 2012
> New Revision: 153815
>
> URL: http://llvm.org/viewvc/llvm-project?rev=153815&view=rev
> Log:
> Fix a typo reported in IRC by someone reviewing this code.

I recently set up a nightly tester for the LLVM test suite. (Not yet 
really public).

In case you are interested, the results are here:

http://78.47.226.198:8000/db_default/v4/nts/312

Short overview:

  - Slightly compile time overhead 1-3% in several test case.

  - sqlite3 has 10% compile time overhead (but 2% faster code)

  - Largest run-time slowdown is -25% on
    MultiSource/Benchmarks/Ptrdist/yacr2/yacr2


Tobi



More information about the llvm-commits mailing list