[llvm-commits] [llvm] r95975 - in /llvm/trunk: include/llvm/Analysis/ lib/Analysis/ lib/CodeGen/ lib/Transforms/Scalar/ test/CodeGen/ARM/ test/CodeGen/Thumb2/ test/CodeGen/X86/ test/Transforms/IndVarSimplify/ test/Transforms/LoopStrengthReduce/

nicolas geoffray nicolas.geoffray at gmail.com
Sat Feb 13 09:36:28 PST 2010


Hi Dan,

On Fri, Feb 12, 2010 at 11:34 AM, Dan Gohman <gohman at apple.com> wrote:
>
>
> ==============================================================================
> --- llvm/trunk/lib/CodeGen/LLVMTargetMachine.cpp (original)
> +++ llvm/trunk/lib/CodeGen/LLVMTargetMachine.cpp Fri Feb 12 04:34:29 2010
> @@ -234,6 +235,9 @@
>     PM.add(createLoopStrengthReducePass(getTargetLowering()));
>     if (PrintLSR)
>       PM.add(createPrintFunctionPass("\n\n*** Code after LSR ***\n",
> &dbgs()));
> +#ifndef NDEBUG
> +    PM.add(createVerifierPass());
> +#endif
>   }
>
>
Could you remove that change? This turns on a verifier for all builds except
when DISABLE_ASSERTIONS is set. I'd like to have debug/release builds
without the verifier running.

Thanks!
Nicolas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100213/586d65a3/attachment.html>


More information about the llvm-commits mailing list