[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Transforms / InstSimplify / ConstProp / 2003-05-12-DivideError.ll
blob52bb044f45e871f30da73fcd9262ca4a6d96d8e1
1 ; Make sure that the constant propagator doesn't cause a sigfpe
3 ; RUN: opt < %s -instsimplify
6 define i32 @test() {
7         %R = sdiv i32 -2147483648, -1           ; <i32> [#uses=1]
8         ret i32 %R
11 define i32 @test2() {
12         %R = srem i32 -2147483648, -1           ; <i32> [#uses=1]
13         ret i32 %R