[llvm-commits] [llvm] r53220 - in /llvm/trunk: lib/VMCore/ConstantFold.cpp test/Transforms/ConstProp/2008-07-07-VectorCompare.ll

Nick Lewycky nicholas at mxc.ca
Tue Jul 8 00:35:46 PDT 2008


Chris Lattner wrote:
> On Jul 7, 2008, at 10:58 PM, Bill Wendling wrote:
>>> +++ llvm/trunk/test/Transforms/ConstProp/2008-07-07-VectorCompare.ll
>>> Tue Jul  8 00:46:34 2008
>>> @@ -0,0 +1,14 @@
>>> +; RUN: llvm-as < %s | opt -constprop | llvm-dis
>> Should you be grepping for something here? :-)
> 
> it is just verifying that opt doesn't crash.

Then how about opt -constprop -disable-output and removing a run of 
llvm-dis?

Nick



More information about the llvm-commits mailing list