[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Transforms / InstSimplify / ConstProp / 2007-02-05-BitCast.ll
blob8df5c405dd9ee9aa012dfd692f91fa46fca70008
1 ; RUN: opt < %s -instsimplify -S | grep 1065353216
3 define i32 @test() {
4         %A = bitcast float 1.000000e+00 to i32          ; <i32> [#uses=1]
5         ret i32 %A