2007-02-05-BitCast.ll 166 B

1234567
  1. ; RUN: opt < %s -constprop -S | grep 1065353216
  2. define i32 @test() {
  3. %A = bitcast float 1.000000e+00 to i32 ; <i32> [#uses=1]
  4. ret i32 %A
  5. }