[llvm-commits] [llvm] r94339 - in /llvm/trunk: include/llvm/Support/PatternMatch.h lib/Target/PowerPC/README.txt lib/Transforms/InstCombine/InstCombineAndOrXor.cpp lib/Transforms/InstCombine/InstCombineCasts.cpp lib/Transforms/InstCombine/InstCombineSelect.cpp test/Transforms/InstCombine/logical-select.ll

Chris Lattner clattner at apple.com
Fri Jan 29 13:03:31 PST 2010


On Jan 29, 2010, at 11:58 AM, Dan Gohman wrote:

>
> On Jan 23, 2010, at 4:09 PM, Chris Lattner wrote:
>> --- llvm/trunk/test/Transforms/InstCombine/logical-select.ll  
>> (original)
>> +++ llvm/trunk/test/Transforms/InstCombine/logical-select.ll Sat  
>> Jan 23 18:09:49 2010
>> @@ -1,7 +1,4 @@
>> -; RUN: opt < %s -instcombine -S > %t
>> -; RUN: grep select %t | count 5
>> -; RUN: not grep and %t
>> -; RUN: not grep or %t
>> +; RUN: opt < %s -instcombine -S > FileCheck %s
>
> Hi Chris, this should be '|' instead of '>'. Unfortunately, the test
> doesn't actually pass that way right now. Can you investigate?

Ouch, will do.  It might be early next week before I have time though.



More information about the llvm-commits mailing list