[llvm-commits] [llvm] r85017 - in /llvm/trunk/test/Transforms: Inline/callgraph-update.ll JumpThreading/no-irreducible-loops.ll LICM/Preserve-LCSSA.ll LoopRotate/2009-01-25-SingleEntryPhi.ll LoopRotate/LRCrash-1.ll LoopRotate/LRCrash-2.ll LoopRotate/LRCrash-3.ll LoopRotate/LRCrash-4.ll LoopRotate/LRCrash-5.ll LoopRotate/PhiRename-1.ll LoopRotate/PhiSelfRefernce-1.ll LoopRotate/pr2639.ll LoopRotate/preserve-scev.ll LoopSimplify/merge-exits.ll

Dan Gohman gohman at apple.com
Mon Oct 26 08:51:41 PDT 2009


On Oct 25, 2009, at 1:55 AM, Duncan Sands wrote:

> Hi Dan,
>
>> Make these tests more interesting by using
>> -verify-dom-info and -verify-loop-info, which enable additional
>> (expensive) consistency checks.
>
> maybe also these checks can be turned on automatically after loop
> passes if LLVM is built with expensive checking turned on.  Trying
> to bootstrap gcc with an expensive checks build can be informative :)

These options are already enabled by default in expensive checks builds.

Thanks,

Dan




More information about the llvm-commits mailing list