When removing a function from the function set and adding it to deferred, we
[llvm.git] / test / Transforms / InstCombine / 2008-02-13-MulURem.ll
bloba88c510972475872cac31e40375651d39b6088d1
1 ; RUN: opt < %s -instcombine -S | grep rem
2 ; PR1933
4 define i32 @fold(i32 %a) {
5   %s = mul i32 %a, 3
6   %c = urem i32 %s, 3
7   ret i32 %c