diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/rotl-2.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/rotl-2.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/PowerPC/rotl-2.ll b/llvm/test/CodeGen/PowerPC/rotl-2.ll index 6247b939453..43d34f6f8c7 100644 --- a/llvm/test/CodeGen/PowerPC/rotl-2.ll +++ b/llvm/test/CodeGen/PowerPC/rotl-2.ll @@ -1,7 +1,7 @@ -; RUN: llc -verify-machineinstrs < %s -march=ppc32 | grep rotlwi | count 2 -; RUN: llc -verify-machineinstrs < %s -march=ppc32 | grep clrlwi | count 2 -; RUN: llc -verify-machineinstrs < %s -march=ppc32 | grep rotlw | count 4 -; RUN: llc -verify-machineinstrs < %s -march=ppc32 | not grep or +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | grep rotlwi | count 2 +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | grep clrlwi | count 2 +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | grep rotlw | count 4 +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | not grep or define i32 @rotl32(i32 %A, i8 %Amt) nounwind { %shift.upgrd.1 = zext i8 %Amt to i32 ; <i32> [#uses=1] |