; RUN: %lli -force-interpreter=true %s > /dev/null define i32 @main() { %shamt = add <2 x i8> , %shift.upgrd.1 = zext <2 x i8> %shamt to <2 x i32> %t1.s = shl <2 x i32> , %shift.upgrd.1 %t2.s = shl <2 x i32> , %shift.upgrd.2 = zext <2 x i8> %shamt to <2 x i32> %t1 = shl <2 x i32> , %shift.upgrd.2 %t2 = shl <2 x i32> , %t2.s.upgrd.3 = shl <2 x i64> , %t2.upgrd.4 = shl <2 x i64> , %shift.upgrd.5 = zext <2 x i8> %shamt to <2 x i32> %tr1.s = ashr <2 x i32> , %shift.upgrd.5 %tr2.s = ashr <2 x i32> , %shift.upgrd.6 = zext <2 x i8> %shamt to <2 x i32> %tr1 = lshr <2 x i32> , %shift.upgrd.6 %tr2 = lshr <2 x i32> , %tr1.l = ashr <2 x i64> , %shift.upgrd.7 = zext <2 x i8> %shamt to <2 x i64> %tr2.l = ashr <2 x i64> , %shift.upgrd.7 %tr3.l = shl <2 x i64> , %shift.upgrd.8 = zext <2 x i8> %shamt to <2 x i64> %tr4.l = shl <2 x i64> , %shift.upgrd.8 %tr1.u = lshr <2 x i64> , %shift.upgrd.9 = zext <2 x i8> %shamt to <2 x i64> %tr2.u = lshr <2 x i64> , %shift.upgrd.9 %tr3.u = shl <2 x i64> , %shift.upgrd.10 = zext <2 x i8> %shamt to <2 x i64> %tr4.u = shl <2 x i64> , %shift.upgrd.10 ret i32 0 }