Home | History | Annotate | Download | only in ConstProp
      1 ; RUN: opt < %s -constprop -S | grep 1065353216
      2 
      3 define i32 @test() {
      4         %A = bitcast float 1.000000e+00 to i32          ; <i32> [#uses=1]
      5         ret i32 %A
      6 }
      7 
      8