[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/

Devang Patel devang.patel at gmail.com
Mon Feb 15 23:45:24 PST 2010


>> The verifier has saved me many times.  I would hate to move this call out of
>> LLVM proper.  We've found many problems with LSR in the past.  Perhaps Nicolas
>> can describe his use-case and we can find a solution that works for everyone.
>

Note, -verify-each is already available if someone wants to use
verifier's help to investigate problem(s).
-
Devang




More information about the llvm-commits mailing list