1 ; RUN: llvm-as %s -o - | llvm-dis > %t1.ll
2 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
3 ; RUN: diff %t1.ll %t2.ll
5 declare void @"foo"(i31 %i, i33 %j)
8 ; foo test basic bitwise operations
9 define void @"foo"(i31 %i, i33 %j)
11 %t1 = trunc i33 %j to i31
13 %t3 = sext i31 %i to i33
17 %t7 = trunc i31 %i to i8
20 %t7z = zext i8 %t7 to i33
21 %t10 = ashr i33 %j, %t7z