[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

Dan Gohman gohman at apple.com
Fri Jan 29 11:58:10 PST 2010


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?

Thanks,

Dan





More information about the llvm-commits mailing list