blob: 90a883d6f02d6665668f2f953ed035967897c9d3 [file] [log] [blame]
Bill Wendling09112482013-08-20 23:00:25 +00001; RUN: opt < %s -constprop | llvm-dis -disable-output
Duncan P. N. Exon Smithc8eccd12014-08-19 21:08:27 +00002; RUN: verify-uselistorder < %s
Chris Lattnerfa4e35a2009-02-03 02:11:28 +00003; PR3465
4
5define double @test() {
6 %tmp24 = extractelement <2 x double> bitcast (<1 x i128> < i128 85070591730234615870450834276742070272 > to <2 x double>), i32 0
7 ret double %tmp24
8}
9