1 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort=1 -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 | FileCheck %s --check-prefix=ELF64
3 define i32 @shl() nounwind {
11 define i32 @shl_reg(i32 %src1, i32 %src2) nounwind {
15 %shl = shl i32 %src1, %src2
19 define i32 @lshr() nounwind {
23 %lshr = lshr i32 -1, 2
27 define i32 @lshr_reg(i32 %src1, i32 %src2) nounwind {
31 %lshr = lshr i32 %src1, %src2
35 define i32 @ashr() nounwind {
39 %ashr = ashr i32 -1, 2
43 define i32 @ashr_reg(i32 %src1, i32 %src2) nounwind {
47 %ashr = ashr i32 %src1, %src2