2004-12-08-RemInfiniteLoop.ll 137 B

1234567
  1. ; RUN: opt < %s -instcombine
  2. define i32 @test(i32 %X) {
  3. %Y = srem i32 %X, undef ; <i32> [#uses=1]
  4. ret i32 %Y
  5. }