[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / Transforms / InstCombine / 2004-12-08-RemInfiniteLoop.ll
blob008afa8a787d75791dd18bc01b914ab1b6afb205
1 ; RUN: opt < %s -instcombine
3 define i32 @test(i32 %X) {
4         %Y = srem i32 %X, undef         ; <i32> [#uses=1]
5         ret i32 %Y