[SimplifyLibCalls] Remove useless bits of this tests.
[oota-llvm.git] / test / Transforms / InstCombine / srem1.ll
1 ; RUN: opt < %s -instcombine
2 ; PR2670
3
4 @g_127 = external global i32            ; <i32*> [#uses=1]
5
6 define i32 @func_56(i32 %p_58, i32 %p_59, i32 %p_61, i16 signext %p_62) nounwind {
7 entry:
8         %call = call i32 (...) @rshift_s_s( i32 %p_61, i32 1 )          ; <i32> [#uses=1]
9         %conv = sext i32 %call to i64           ; <i64> [#uses=1]
10         %or = or i64 -1734012817166602727, %conv                ; <i64> [#uses=1]
11         %rem = srem i64 %or, 1          ; <i64> [#uses=1]
12         %cmp = icmp eq i64 %rem, 1              ; <i1> [#uses=1]
13         %cmp.ext = zext i1 %cmp to i32          ; <i32> [#uses=1]
14         store i32 %cmp.ext, i32* @g_127
15         ret i32 undef
16 }
17
18 declare i32 @rshift_s_s(...)