[mlir][scf]: Add value bound between scf for loop yield and result (#123200)
[llvm-project.git] / llvm / test / Transforms / InstCombine / 2004-12-08-RemInfiniteLoop.ll
blob9db05cda6dd06c73a989eb22f5cb42e14d529751
1 ; RUN: opt < %s -passes=instcombine
3 define i32 @test(i32 %X, i32 %Z) {
4         %Y = srem i32 %X, undef         ; <i32> [#uses=1]
5         ret i32 %Y