brintos

brintos / llvm-project-archived public Read only

0
0
Text · 254 B · 6795e19 Raw
10 lines · plain
1; RUN: opt < %s -passes=instcombine -disable-output2; PR5853 4define i1 @test() {5        %tmp.26 = sdiv i32 0, -2147483648               ; <i32> [#uses=1]6        %tmp.27 = icmp eq i32 %tmp.26, 0                ; <i1> [#uses=1]7        ret i1 %tmp.278}9 10