blob: d88f811e8e9cc0fbf9114c74db4e6ab27d1a6a42 [file] [log] [blame]
Dan Gohmanf2f6ce62009-09-11 18:01:28 +00001; RUN: opt < %s -constprop | llvm-dis
Chris Lattnerba120aa2009-02-03 02:11:28 +00002; PR3465
3
4define 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