blob: ca93af3a6910507c025136724eda240a68921a70 [file] [log] [blame]
Reid Spencerfa9925e2007-03-22 00:49:40 +00001; For PR1248
Dan Gohmanc8054d92009-09-09 00:09:15 +00002; RUN: opt < %s -instcombine -S | grep {ugt i32 .*, 11}
Reid Spencerfa9925e2007-03-22 00:49:40 +00003define i1 @test(i32 %tmp6) {
4 %tmp7 = sdiv i32 %tmp6, 12 ; <i32> [#uses=1]
5 icmp ne i32 %tmp7, -6 ; <i1>:1 [#uses=1]
6 ret i1 %1
7}