Home | History | Annotate | Download | only in Bitcode
      1 ; RUN: opt < %s -constprop | llvm-dis -disable-output
      2 ; PR3465
      3 
      4 define double @test() {
      5   %tmp24 = extractelement <2 x double> bitcast (<1 x i128> < i128 85070591730234615870450834276742070272 > to <2 x double>), i32 0
      6   ret double %tmp24
      7 }
      8 
      9