brintos

brintos / llvm-project-archived public Read only

0
0
Text · 157 B · dd76006 Raw
9 lines · plain
1; RUN: opt < %s -passes=instcombine -S | grep "ret i1 true"2; PR29933 4define i1 @foo(i32 %x) {5  %1 = srem i32 %x, -16  %2 = icmp eq i32 %1, 07  ret i1 %28}9