brintos

brintos / llvm-project-archived public Read only

0
0
Text · 163 B · 5bc01f2 Raw
11 lines · plain
1; RUN: opt < %s -passes=instcombine -S | FileCheck %s2; PR19333 4; CHECK: rem5 6define i32 @fold(i32 %a) {7  %s = mul i32 %a, 38  %c = urem i32 %s, 39  ret i32 %c10}11