[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
Mon Feb 15 10:39:54 PST 2010


On Mon, Feb 15, 2010 at 6:47 PM, Daniel Dunbar <daniel at zuster.org> wrote
>
>
> You are free to add as many verifier passes as you want, I didn't
> suggest removing it, I merely suggested making it a client decision.
> Libraries shouldn't impose policy decisions on their clients.
>

Exactly. I'm not suggesting removing the verifier, but just not run it by
default. It should be up to the front-end to decide if it wants the verifier
to run.
Dan, would you be OK in moving the code to where Daniel suggested?

Nicolas



>
>  - Daniel
>
> >                                                   -Dave
> >
> > _______________________________________________
> > llvm-commits mailing list
> > llvm-commits at cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
> >
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100215/25af0791/attachment.html>


More information about the llvm-commits mailing list