| ; RUN: llc < %s -O0 -fast-isel-abort=1 -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios -verify-machineinstrs | FileCheck %s --check-prefix=ARM |
| ; RUN: llc < %s -O0 -fast-isel-abort=1 -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi -verify-machineinstrs | FileCheck %s --check-prefix=ARM |
| define i32 @shl() nounwind ssp { |
| define i32 @shl_reg(i32 %src1, i32 %src2) nounwind ssp { |
| %shl = shl i32 %src1, %src2 |
| define i32 @lshr() nounwind ssp { |
| define i32 @lshr_reg(i32 %src1, i32 %src2) nounwind ssp { |
| %lshr = lshr i32 %src1, %src2 |
| define i32 @ashr() nounwind ssp { |
| define i32 @ashr_reg(i32 %src1, i32 %src2) nounwind ssp { |
| %ashr = ashr i32 %src1, %src2 |