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