X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FPowerPC%2Fand_add.ll;fp=test%2FCodeGen%2FPowerPC%2Fand_add.ll;h=1f6428a430097a988a729f826a1cb48b6f92a91c;hb=eb1d74e0c8b2c08b98e9175be137ec4ae617a8b7;hp=dc82fc94402fcb0bf41eacdd0a7fc66c9272f3ea;hpb=725aed34076e70aa30a7a8d2ae3a44e6eef02410;p=oota-llvm.git diff --git a/test/CodeGen/PowerPC/and_add.ll b/test/CodeGen/PowerPC/and_add.ll index dc82fc94402..1f6428a4300 100644 --- a/test/CodeGen/PowerPC/and_add.ll +++ b/test/CodeGen/PowerPC/and_add.ll @@ -1,6 +1,7 @@ -; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep slwi && -; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | not grep addi && -; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | not grep rlwinm +; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -o %t -f +; RUN: grep slwi %t +; RUN: not grep addi %t +; RUN: not grep rlwinm %t int %test(int %A) { %B = mul int %A, 8 ;; shift