brintos

brintos / llvm-project-archived public Read only

0
0
Text · 198 B · 634de98 Raw
9 lines · plain
1; RUN: opt < %s -passes=instcombine -S | grep "ret i1 false"2; PR26973 4define i1 @x(i32 %x) nounwind {5	%div = sdiv i32 %x, 65536		; <i32> [#uses=1]6	%cmp = icmp slt i32 %div, -655367	ret i1 %cmp8}9