[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 sabre at nondot.org
Fri Feb 5 11:53:18 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?

Fixed, thanks for noticing this!



More information about the llvm-commits mailing list