brintos

brintos / llvm-project-archived public Read only

0
0
Text · 152 B · 9db05cd Raw
8 lines · plain
1; RUN: opt < %s -passes=instcombine2 3define i32 @test(i32 %X, i32 %Z) {4        %Y = srem i32 %X, undef         ; <i32> [#uses=1]5        ret i32 %Y6}7 8