blob: 8999c656fce99ecc333e09dee41781f88520cf61 [file] [log] [blame]
Bill Wendling09112482013-08-20 23:00:25 +00001; RUN: opt < %s -constprop | llvm-dis -disable-output
Chris Lattnerfa4e35a2009-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